Removed empty lines after author comments.
This commit is contained in:
@@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State;
|
|||||||
* Grand Opening! Come to Our Pub! (10297)
|
* Grand Opening! Come to Our Pub! (10297)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10297_GrandOpeningComeToOurPub extends Quest
|
public final class Q10297_GrandOpeningComeToOurPub extends Quest
|
||||||
{
|
{
|
||||||
// NPCs
|
// NPCs
|
||||||
|
@@ -28,7 +28,6 @@ import com.l2jmobius.gameserver.network.NpcStringId;
|
|||||||
* To The Seed of Hellfire (10381)
|
* To The Seed of Hellfire (10381)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10381_ToTheSeedOfHellfire extends Quest
|
public final class Q10381_ToTheSeedOfHellfire extends Quest
|
||||||
{
|
{
|
||||||
// NPCs
|
// NPCs
|
||||||
|
@@ -31,7 +31,6 @@ import com.l2jmobius.gameserver.network.serverpackets.ability.ExShowAPListWnd;
|
|||||||
* Tapping The Power Within (10461)
|
* Tapping The Power Within (10461)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10461_TappingThePowerWithin extends Quest
|
public final class Q10461_TappingThePowerWithin extends Quest
|
||||||
{
|
{
|
||||||
// NPCs
|
// NPCs
|
||||||
|
@@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State;
|
|||||||
* The Road to Destruction (10701)
|
* The Road to Destruction (10701)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10701_TheRoadToDestruction extends Quest
|
public final class Q10701_TheRoadToDestruction extends Quest
|
||||||
{
|
{
|
||||||
// NPCs
|
// NPCs
|
||||||
|
@@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State;
|
|||||||
* The Road to Infinity (10702)
|
* The Road to Infinity (10702)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10702_TheRoadToInfinity extends Quest
|
public final class Q10702_TheRoadToInfinity extends Quest
|
||||||
{
|
{
|
||||||
// NPCs
|
// NPCs
|
||||||
|
@@ -33,7 +33,6 @@ import com.l2jmobius.gameserver.model.quest.State;
|
|||||||
* Exalted, One Who Faces the Limit (10811)
|
* Exalted, One Who Faces the Limit (10811)
|
||||||
* @author Gladicek
|
* @author Gladicek
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
public final class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
||||||
{
|
{
|
||||||
// Npc
|
// Npc
|
||||||
|
@@ -36,7 +36,6 @@ import quests.Q10811_ExaltedOneWhoFacesTheLimit.Q10811_ExaltedOneWhoFacesTheLimi
|
|||||||
* Befitting of the Status (10814)
|
* Befitting of the Status (10814)
|
||||||
* @author Gladicek, St3eT
|
* @author Gladicek, St3eT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public final class Q10814_BefittingOfTheStatus extends Quest
|
public final class Q10814_BefittingOfTheStatus extends Quest
|
||||||
{
|
{
|
||||||
// Npc
|
// Npc
|
||||||
|
@@ -22,7 +22,6 @@ import com.l2jmobius.gameserver.model.actor.L2Npc;
|
|||||||
* This class ...
|
* This class ...
|
||||||
* @version $Revision: 1.2 $ $Date: 2004/06/27 08:12:59 $
|
* @version $Revision: 1.2 $ $Date: 2004/06/27 08:12:59 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public interface SpawnListener
|
public interface SpawnListener
|
||||||
{
|
{
|
||||||
void npcSpawned(L2Npc npc);
|
void npcSpawned(L2Npc npc);
|
||||||
|
@@ -21,7 +21,6 @@ import com.l2jmobius.gameserver.model.holders.ItemHolder;
|
|||||||
/**
|
/**
|
||||||
* @author UnAfraid
|
* @author UnAfraid
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class PrimeShopItem extends ItemHolder
|
public class PrimeShopItem extends ItemHolder
|
||||||
{
|
{
|
||||||
private final int _weight;
|
private final int _weight;
|
||||||
|
@@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.network.client.OutgoingPackets;
|
|||||||
/**
|
/**
|
||||||
* @author Migi, DS
|
* @author Migi, DS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ExReplyPostItemList extends AbstractItemPacket
|
public class ExReplyPostItemList extends AbstractItemPacket
|
||||||
{
|
{
|
||||||
private final L2PcInstance _activeChar;
|
private final L2PcInstance _activeChar;
|
||||||
|
@@ -20,7 +20,6 @@ package com.l2jmobius.loginserver;
|
|||||||
* This class ...
|
* This class ...
|
||||||
* @version $Revision: 1.2.4.2 $ $Date: 2005/03/27 15:30:09 $
|
* @version $Revision: 1.2.4.2 $ $Date: 2005/03/27 15:30:09 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class HackingException extends Exception
|
public class HackingException extends Exception
|
||||||
{
|
{
|
||||||
String _ip;
|
String _ip;
|
||||||
|
Reference in New Issue
Block a user