Made Node.getPosition final and fixed some whitespace in LocalWorld.
This commit is contained in:
@@ -39,7 +39,7 @@ public abstract class Node implements RValue {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPosition() {
|
||||
public final int getPosition() {
|
||||
return position;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user