Moved array designators to the type.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
@@ -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();
|
||||
}
|
||||
|
@@ -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),
|
||||
|
Reference in New Issue
Block a user