Modifier are now using a consistent order based on the java conventions
This commit is contained in:
@@ -28,7 +28,7 @@ import appeng.api.storage.data.IAEStack;
|
||||
public class DefaultPriorityList<T extends IAEStack<T>> implements IPartitionList<T>
|
||||
{
|
||||
|
||||
final static List NULL_LIST = new ArrayList();
|
||||
static final List NULL_LIST = new ArrayList();
|
||||
|
||||
@Override
|
||||
public boolean isListed( T input )
|
||||
|
||||
Reference in New Issue
Block a user