Moved array designators to the type.

This commit is contained in:
MobiusDevelopment
2021-12-06 02:26:10 +00:00
parent a4a2115b81
commit b5c2af483e
99 changed files with 101 additions and 101 deletions

View File

@@ -235,7 +235,7 @@ public class KetraOrcSupport extends AbstractNpcAI
return htmltext;
}
public static void main(String args[])
public static void main(String[] args)
{
new KetraOrcSupport();
}

View File

@@ -235,7 +235,7 @@ public class VarkaSilenosSupport extends AbstractNpcAI
return htmltext;
}
public static void main(String args[])
public static void main(String[] args)
{
new VarkaSilenosSupport();
}

View File

@@ -87,7 +87,7 @@ public class Valakas extends AbstractNpcAI
};
// Locations
private static final Location TELEPORT_CUBE_LOCATIONS[] =
private static final Location[] TELEPORT_CUBE_LOCATIONS =
{
new Location(214880, -116144, -1644),
new Location(213696, -116592, -1644),