Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Sep 29, 2024
1 parent 8c9fe29 commit 269aed2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/
public enum PluginTemplate
{
JAVA("/templates/Template_Plugin.java"), JAVASCRIPT("/templates/Template_Plugin.js"),
;
JAVA("/templates/Template_Plugin.java"),
JAVASCRIPT("/templates/Template_Plugin.js");

private final String resourcePath;
private final String extension;
Expand Down

0 comments on commit 269aed2

Please sign in to comment.