We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f3185 commit 96de904Copy full SHA for 96de904
src/main/java/io/github/jebeaudet/idea/jvm/util/JVMArgumentsSetterPersistence.java
@@ -73,7 +73,7 @@ public static void setJvmParameterList(String jvmParameterList)
73
propertiesComponent.setValue(KEY_JVM_PARAMETER_LIST_V2, jvmParameterList);
74
}
75
76
- private static void isConfigNotMigrated()
+ private static boolean isConfigNotMigrated()
77
{
78
String parametersV1 = propertiesComponent.getValue(KEY_JVM_PARAMETER_LIST);
79
String parametersV2 = propertiesComponent.getValue(KEY_JVM_PARAMETER_LIST_V2);
0 commit comments