From 9a50de581dbf53fc8e7f9beddef2d57a3a35c6a2 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Sat, 20 Oct 2012 17:33:39 +0000 Subject: [PATCH] BETA: Minor cleanup for [9255]. Reported by: UnAfraid, DareStrike --- .../handlers/admincommandhandlers/AdminShop.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShop.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShop.java index 30058e3df7..1bf701040e 100644 --- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShop.java +++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/admincommandhandlers/AdminShop.java @@ -16,7 +16,6 @@ package handlers.admincommandhandlers; import java.util.logging.Logger; -import com.l2jserver.Config; import com.l2jserver.gameserver.TradeController; import com.l2jserver.gameserver.handler.IAdminCommandHandler; import com.l2jserver.gameserver.model.L2TradeList; @@ -25,16 +24,16 @@ import com.l2jserver.gameserver.network.serverpackets.ActionFailed; import com.l2jserver.gameserver.network.serverpackets.BuyList; import com.l2jserver.gameserver.network.serverpackets.ExBuySellList; - /** * This class handles following admin commands: - * - gmshop = shows menu - * - buy id = shows shop with respective id - * @version $Revision: 1.2.4.4 $ $Date: 2005/04/11 10:06:06 $ + * <ul> + * <li>gmshop = shows menu</li> + * <li>buy id = shows shop with respective id</li> + * </ul> */ public class AdminShop implements IAdminCommandHandler { - private static Logger _log = Logger.getLogger(AdminShop.class.getName()); + private static final Logger _log = Logger.getLogger(AdminShop.class.getName()); private static final String[] ADMIN_COMMANDS = { -- GitLab