Removed empty lines after author comments.

This commit is contained in:
MobiusDev
2016-12-25 09:52:57 +00:00
parent ea7a45b293
commit a31d99f6f8
11 changed files with 0 additions and 11 deletions

View File

@ -22,7 +22,6 @@ import com.l2jmobius.gameserver.model.actor.L2Npc;
* This class ...
* @version $Revision: 1.2 $ $Date: 2004/06/27 08:12:59 $
*/
public interface SpawnListener
{
void npcSpawned(L2Npc npc);

View File

@ -21,7 +21,6 @@ import com.l2jmobius.gameserver.model.holders.ItemHolder;
/**
* @author UnAfraid
*/
public class PrimeShopItem extends ItemHolder
{
private final int _weight;

View File

@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.network.client.OutgoingPackets;
/**
* @author Migi, DS
*/
public class ExReplyPostItemList extends AbstractItemPacket
{
private final L2PcInstance _activeChar;

View File

@ -20,7 +20,6 @@ package com.l2jmobius.loginserver;
* This class ...
* @version $Revision: 1.2.4.2 $ $Date: 2005/03/27 15:30:09 $
*/
public class HackingException extends Exception
{
String _ip;