This commit is contained in:
Alexey Kudravtsev
2012-06-01 12:22:20 +04:00
parent e3928791c1
commit e915473172
2 changed files with 17 additions and 17 deletions
@@ -51,7 +51,7 @@ public class ExistingModuleLoader extends ModuleBuilder {
private static final Logger LOG = Logger.getInstance("#com.intellij.ide.util.projectWizard.ExistingModuleLoader");
@NotNull
public Module createModule(ModifiableModuleModel moduleModel)
public Module createModule(@NotNull ModifiableModuleModel moduleModel)
throws InvalidDataException, IOException, ModuleWithNameAlreadyExists, JDOMException, ConfigurationException {
LOG.assertTrue(getName() != null);