mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
(no message)
This commit is contained in:
@@ -57,7 +57,7 @@ public class IdeaJdkConfigurable implements AdditionalDataConfigurable{
|
||||
|
||||
public void apply() throws ConfigurationException {
|
||||
if (mySandboxHome.getText() == null || mySandboxHome.getText().length() == 0){
|
||||
throw new ConfigurationException("Please, configure the sandbox.");
|
||||
throw new ConfigurationException("Please configure the sandbox");
|
||||
}
|
||||
Sandbox sandbox = new Sandbox(mySandboxHome.getText());
|
||||
final SdkModificator modificator = myIdeaJdk.getSdkModificator();
|
||||
|
||||
Reference in New Issue
Block a user