Added missing final modifiers.

This commit is contained in:
MobiusDev
2015-12-26 12:03:36 +00:00
parent cc92e5d062
commit e0d681a17e
974 changed files with 5919 additions and 5917 deletions

View File

@@ -114,7 +114,7 @@ public final class HarnakUndergroundRuins extends AbstractInstance
@Override
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
{
String htmltext = null;
final String htmltext = null;
switch (event)
{
case "enter_instance":
@@ -434,7 +434,7 @@ public final class HarnakUndergroundRuins extends AbstractInstance
final InstanceWorld tmpworld = InstanceManager.getInstance().getPlayerWorld(player);
if (tmpworld instanceof HuRWorld)
{
HuRWorld world = (HuRWorld) tmpworld;
final HuRWorld world = (HuRWorld) tmpworld;
switch (world.timerCount)
{
case 0:
@@ -695,7 +695,7 @@ public final class HarnakUndergroundRuins extends AbstractInstance
final InstanceWorld tmpworld = InstanceManager.getInstance().getPlayerWorld(player);
if (tmpworld instanceof HuRWorld)
{
HuRWorld world = (HuRWorld) tmpworld;
final HuRWorld world = (HuRWorld) tmpworld;
if (world.isStatus(1))
{