(no message)

This commit is contained in:
Eugene Zhuravlev
2004-12-11 14:43:16 +03:00
parent aec6c06acf
commit 4f3d127a82

View File

@@ -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();