Skip to content

Commit

Permalink
small Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiel committed Apr 30, 2019
1 parent 9823920 commit f5f122d
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@
* Constants used in various places of the code.
*/
public abstract class Constants {
public final static String PLUGIN_WINDOW_NAME = "ASMPlugin";
public final static String FILE_NAME = "asm-plugin";
public final static String NO_CLASS_FOUND = "// couldn't generate bytecode view, no .class file found";
public final static String COMPONENT_NAME = "ASMIdeaPluginConfiguration";
public static final String PLUGIN_WINDOW_NAME = "ASMPlugin";
public static final String FILE_NAME = "asm-plugin";
public static final String NO_CLASS_FOUND = "// couldn't generate bytecode view, no .class file found";
public static final String COMPONENT_NAME = "ASMIdeaPluginConfiguration";

private Constants() {

}
}

0 comments on commit f5f122d

Please # to comment.