From c1931209585a65dae0ed211137c4e9e3b55dad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 1 Nov 2015 16:18:29 +0100 Subject: [PATCH] Fixed imports for CommandParts class --- src/main/java/fr/xephi/authme/command/CommandParts.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/command/CommandParts.java b/src/main/java/fr/xephi/authme/command/CommandParts.java index fd2ef6b8..6f9f8559 100644 --- a/src/main/java/fr/xephi/authme/command/CommandParts.java +++ b/src/main/java/fr/xephi/authme/command/CommandParts.java @@ -1,7 +1,7 @@ package fr.xephi.authme.command; -import com.timvisee.dungeonmaze.util.ListUtils; -import com.timvisee.dungeonmaze.util.StringUtils; +import fr.xephi.authme.util.ListUtils; +import fr.xephi.authme.util.StringUtils; import java.util.ArrayList; import java.util.List;