Skip to content
Snippets Groups Projects
Commit 9a50de58 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor cleanup for [9255].

Reported by: UnAfraid, DareStrike
parent 503ef2b9
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment