Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksZhelo committed Dec 11, 2019
1 parent 21fb0e3 commit e285290
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.alekseyzhelo.evilislands.mobplugin.icon.Icons;
import com.intellij.openapi.module.ModuleType;
import com.intellij.openapi.module.ModuleTypeManager;
import org.jetbrains.annotations.Nls;
import org.jetbrains.annotations.NotNull;

import javax.swing.*;
Expand All @@ -27,14 +26,12 @@ public EIScriptModuleBuilder createModuleBuilder() {
return new EIScriptModuleBuilder();
}

@Nls(capitalization = Nls.Capitalization.Title)
@NotNull
@Override
public String getName() {
return EIMessages.message("ei.module.name");
}

@Nls(capitalization = Nls.Capitalization.Sentence)
@NotNull
@Override
public String getDescription() {
Expand Down

0 comments on commit e285290

Please sign in to comment.