mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
OPENIDE set true for isJetBrainsProduct() method
(cherry picked from commit 3e7320ab1c6a963d00d8dd48cfc20dfd485a50e2) (cherry picked from commit28952d021b) (cherry picked from commit63cf6b4276)
This commit is contained in:
@@ -74,8 +74,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