summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepich <benedikt.abel@yahoo.de>2017-05-05 00:07:35 +0200
committerPepich <benedikt.abel@yahoo.de>2017-05-05 00:07:35 +0200
commite88276967c0618c113d9e26d378217b1c1c88f54 (patch)
tree720784f92875adf7c9e20b5b7ad721c443f83a54
parent771b83c7d1496aee31d1ae6c38ae58caaf956afd (diff)
idk git stop complaining? I did nothing with these
-rw-r--r--src/com/redstoner/misc/Utils.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java
index 3bd02c2..4d06ca3 100644
--- a/src/com/redstoner/misc/Utils.java
+++ b/src/com/redstoner/misc/Utils.java
@@ -10,6 +10,7 @@ import org.bukkit.entity.Player;
import com.redstoner.annotations.Debugable;
import com.redstoner.annotations.Version;
import com.redstoner.coremods.debugger.Debugger;
+import com.redstoner.modules.CoreModule;
import net.md_5.bungee.api.ChatColor;
@@ -17,15 +18,11 @@ import net.md_5.bungee.api.ChatColor;
*
* @author Pepich */
@Version(major = 1, minor = 2, revision = 13, compatible = 1)
-public final class Utils
+public final class Utils implements CoreModule
{
/** The SimpleDateFormat used for getting the current date. */
public static SimpleDateFormat dateFormat = new SimpleDateFormat("[yyyy-MM-dd HH:mm:ss]");
- /** Hidden constructor. Do not instantiate UTILS classes! :) */
- private Utils()
- {}
-
/** This will send a message to the specified recipient. It will generate the module prefix if you want it to.
*
* @param recipient Whom to sent the message to.