IJI-113: function return type fix

This commit is contained in:
Dmitriy.Panov
2019-02-06 17:43:34 +03:00
parent ea617aa646
commit 954dbb15e2
@@ -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()
}