Merge pull request #1216 from yueh/cleanup-modifier-order
Modifier are now using a consistent order based on the java conventions
This commit is contained in:
@@ -56,7 +56,7 @@ public class RB extends BaseModule implements IRB
|
||||
private class RBWrapper implements appeng.api.util.IOrientable
|
||||
{
|
||||
|
||||
final private IOrientable internal;
|
||||
private final IOrientable internal;
|
||||
|
||||
public RBWrapper( IOrientable ww )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user