mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
OPENIDE set true for isJetBrainsProduct() method
This commit is contained in:
@@ -79,8 +79,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