mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +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() {
|
public static boolean isJetBrainsProduct() {
|
||||||
ApplicationInfo appInfo = ApplicationInfo.getInstance();
|
return true;
|
||||||
return appInfo != null && appInfo.getShortCompanyName().equals("JetBrains");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user