mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJI-113: function return type fix
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ class BundledJreManager {
|
||||
return extractJre("linux")
|
||||
}
|
||||
|
||||
private static String doBundleSecondJre() {
|
||||
private static boolean doBundleSecondJre() {
|
||||
return System.getProperty('intellij.build.bundle.second.jre', 'false').toBoolean()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user