From a31d99f6f8afe2fbfd401abe9375dd2458b623ad Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 25 Dec 2016 09:52:57 +0000 Subject: [PATCH] Removed empty lines after author comments. --- .../Q10297_GrandOpeningComeToOurPub.java | 1 - .../Q10381_ToTheSeedOfHellfire/Q10381_ToTheSeedOfHellfire.java | 1 - .../Q10461_TappingThePowerWithin.java | 1 - .../Q10701_TheRoadToDestruction/Q10701_TheRoadToDestruction.java | 1 - .../Q10702_TheRoadToInfinity/Q10702_TheRoadToInfinity.java | 1 - .../Q10811_ExaltedOneWhoFacesTheLimit.java | 1 - .../Q10814_BefittingOfTheStatus/Q10814_BefittingOfTheStatus.java | 1 - .../java/com/l2jmobius/gameserver/model/SpawnListener.java | 1 - .../com/l2jmobius/gameserver/model/primeshop/PrimeShopItem.java | 1 - .../gameserver/network/serverpackets/ExReplyPostItemList.java | 1 - .../java/com/l2jmobius/loginserver/HackingException.java | 1 - 11 files changed, 11 deletions(-) diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10297_GrandOpeningComeToOurPub/Q10297_GrandOpeningComeToOurPub.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10297_GrandOpeningComeToOurPub/Q10297_GrandOpeningComeToOurPub.java index 2da760c34c..62c0bfab2e 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10297_GrandOpeningComeToOurPub/Q10297_GrandOpeningComeToOurPub.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10297_GrandOpeningComeToOurPub/Q10297_GrandOpeningComeToOurPub.java @@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State; * Grand Opening! Come to Our Pub! (10297) * @author Gladicek */ - public final class Q10297_GrandOpeningComeToOurPub extends Quest { // NPCs diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10381_ToTheSeedOfHellfire/Q10381_ToTheSeedOfHellfire.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10381_ToTheSeedOfHellfire/Q10381_ToTheSeedOfHellfire.java index 59a128b60e..0b227fbd41 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10381_ToTheSeedOfHellfire/Q10381_ToTheSeedOfHellfire.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10381_ToTheSeedOfHellfire/Q10381_ToTheSeedOfHellfire.java @@ -28,7 +28,6 @@ import com.l2jmobius.gameserver.network.NpcStringId; * To The Seed of Hellfire (10381) * @author Gladicek */ - public final class Q10381_ToTheSeedOfHellfire extends Quest { // NPCs diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10461_TappingThePowerWithin/Q10461_TappingThePowerWithin.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10461_TappingThePowerWithin/Q10461_TappingThePowerWithin.java index 775de15f8b..c208e16aae 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10461_TappingThePowerWithin/Q10461_TappingThePowerWithin.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10461_TappingThePowerWithin/Q10461_TappingThePowerWithin.java @@ -31,7 +31,6 @@ import com.l2jmobius.gameserver.network.serverpackets.ability.ExShowAPListWnd; * Tapping The Power Within (10461) * @author Gladicek */ - public final class Q10461_TappingThePowerWithin extends Quest { // NPCs diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10701_TheRoadToDestruction/Q10701_TheRoadToDestruction.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10701_TheRoadToDestruction/Q10701_TheRoadToDestruction.java index 967d05a7c1..eb2dc83d9f 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10701_TheRoadToDestruction/Q10701_TheRoadToDestruction.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10701_TheRoadToDestruction/Q10701_TheRoadToDestruction.java @@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State; * The Road to Destruction (10701) * @author Gladicek */ - public final class Q10701_TheRoadToDestruction extends Quest { // NPCs diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10702_TheRoadToInfinity/Q10702_TheRoadToInfinity.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10702_TheRoadToInfinity/Q10702_TheRoadToInfinity.java index 036639fb04..8187f8ba1f 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10702_TheRoadToInfinity/Q10702_TheRoadToInfinity.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10702_TheRoadToInfinity/Q10702_TheRoadToInfinity.java @@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.model.quest.State; * The Road to Infinity (10702) * @author Gladicek */ - public final class Q10702_TheRoadToInfinity extends Quest { // NPCs diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10811_ExaltedOneWhoFacesTheLimit/Q10811_ExaltedOneWhoFacesTheLimit.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10811_ExaltedOneWhoFacesTheLimit/Q10811_ExaltedOneWhoFacesTheLimit.java index 2bc5191847..fefb09d834 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10811_ExaltedOneWhoFacesTheLimit/Q10811_ExaltedOneWhoFacesTheLimit.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10811_ExaltedOneWhoFacesTheLimit/Q10811_ExaltedOneWhoFacesTheLimit.java @@ -33,7 +33,6 @@ import com.l2jmobius.gameserver.model.quest.State; * Exalted, One Who Faces the Limit (10811) * @author Gladicek */ - public final class Q10811_ExaltedOneWhoFacesTheLimit extends Quest { // Npc diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10814_BefittingOfTheStatus/Q10814_BefittingOfTheStatus.java b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10814_BefittingOfTheStatus/Q10814_BefittingOfTheStatus.java index 70975f8d55..f5755feeab 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10814_BefittingOfTheStatus/Q10814_BefittingOfTheStatus.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10814_BefittingOfTheStatus/Q10814_BefittingOfTheStatus.java @@ -36,7 +36,6 @@ import quests.Q10811_ExaltedOneWhoFacesTheLimit.Q10811_ExaltedOneWhoFacesTheLimi * Befitting of the Status (10814) * @author Gladicek, St3eT */ - public final class Q10814_BefittingOfTheStatus extends Quest { // Npc diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/SpawnListener.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/SpawnListener.java index 058b8d7e06..33ba88cfb4 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/SpawnListener.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/SpawnListener.java @@ -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); diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/primeshop/PrimeShopItem.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/primeshop/PrimeShopItem.java index e6ad53b9d0..13f9599281 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/primeshop/PrimeShopItem.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/primeshop/PrimeShopItem.java @@ -21,7 +21,6 @@ import com.l2jmobius.gameserver.model.holders.ItemHolder; /** * @author UnAfraid */ - public class PrimeShopItem extends ItemHolder { private final int _weight; diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/serverpackets/ExReplyPostItemList.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/serverpackets/ExReplyPostItemList.java index 34db7a61b3..87aa7a7ffa 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/serverpackets/ExReplyPostItemList.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/serverpackets/ExReplyPostItemList.java @@ -26,7 +26,6 @@ import com.l2jmobius.gameserver.network.client.OutgoingPackets; /** * @author Migi, DS */ - public class ExReplyPostItemList extends AbstractItemPacket { private final L2PcInstance _activeChar; diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/loginserver/HackingException.java b/L2J_Mobius_Underground/java/com/l2jmobius/loginserver/HackingException.java index aa9b96ce2c..4c971c9279 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/loginserver/HackingException.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/loginserver/HackingException.java @@ -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;