mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
OPENIDE set true for isJetBrainsProduct() method
(cherry picked from commit 3e7320ab1c6a963d00d8dd48cfc20dfd485a50e2) (cherry picked from commit28952d021b) (cherry picked from commit63cf6b4276) (cherry picked from commita5bccfd4ed) (cherry picked from commitf68c1c0be8)
This commit is contained in:
@@ -71,8 +71,7 @@ public final class PlatformUtils {
|
||||
}
|
||||
|
||||
public static boolean isJetBrainsProduct() {
|
||||
ApplicationInfo appInfo = ApplicationInfo.getInstance();
|
||||
return appInfo != null && appInfo.getShortCompanyName().equals("JetBrains");
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user