Skip to content

Commit

Permalink
Update Utils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Jul 14, 2021
1 parent 6325305 commit 52dd3bb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@

public class Utils {

// Not used
private Utils() {
}

private static YamlConfiguration config;
private static Set<String> identifiers;
private static Set<String> seconds;
Expand All @@ -57,6 +53,10 @@ private Utils() {
private static ScriptEngine scriptEngine;
private static Map<Double, String> suffixes;

// Not used
private Utils() {
}

/**
* Initialize the utilities class with constants.
* @param pluginConfig The config of the plugin
Expand Down

0 comments on commit 52dd3bb

Please sign in to comment.