Modifier are now using a consistent order based on the java conventions
This commit is contained in:
@@ -29,7 +29,7 @@ import appeng.me.GridNode;
|
||||
public class AdHocChannelUpdater implements IGridConnectionVisitor
|
||||
{
|
||||
|
||||
final private int usedChannels;
|
||||
private final int usedChannels;
|
||||
|
||||
public AdHocChannelUpdater( int used )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user