From 59d8ced86d8fd5128dd0eeaae095a5d4ca10ea88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 1 Nov 2015 16:01:59 +0100 Subject: [PATCH] Fixed imports of HelpSyntaxHelper class --- .../fr/xephi/authme/command/help/HelpSyntaxHelper.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/fr/xephi/authme/command/help/HelpSyntaxHelper.java b/src/main/java/fr/xephi/authme/command/help/HelpSyntaxHelper.java index ef1f8d39..492a4f14 100644 --- a/src/main/java/fr/xephi/authme/command/help/HelpSyntaxHelper.java +++ b/src/main/java/fr/xephi/authme/command/help/HelpSyntaxHelper.java @@ -1,9 +1,9 @@ package fr.xephi.authme.command.help; -import com.timvisee.dungeonmaze.command.CommandArgumentDescription; -import com.timvisee.dungeonmaze.command.CommandDescription; -import com.timvisee.dungeonmaze.command.CommandParts; -import com.timvisee.dungeonmaze.util.ListUtils; +import fr.xephi.authme.command.CommandArgumentDescription; +import fr.xephi.authme.command.CommandDescription; +import fr.xephi.authme.command.CommandParts; +import fr.xephi.authme.util.ListUtils; import org.bukkit.ChatColor; public class HelpSyntaxHelper {