compilation

This commit is contained in:
Alexey Kudravtsev
2018-01-09 18:21:48 +03:00
parent 30b545993c
commit e36e2873b9
@@ -26,6 +26,6 @@ public class ProjectJdkNotFoundException extends ExternalSystemJdkException {
public ProjectJdkNotFoundException() {
super(ExternalSystemBundle.message("external.system.project_jdk.not_specified", OpenProjectJdkSettingsCallback.ID),
null, null, OpenProjectJdkSettingsCallback.ID);
(String)null, null, OpenProjectJdkSettingsCallback.ID);
}
}