Finally use Java7 <>
This commit is contained in:
@@ -73,8 +73,8 @@ public class TileDrive extends AENetworkInvTile implements IChestOrDrive, IPrior
|
||||
private final DriveWatcher<IAEItemStack>[] invBySlot = new DriveWatcher[10];
|
||||
private final BaseActionSource mySrc;
|
||||
private boolean isCached = false;
|
||||
private List<MEInventoryHandler> items = new LinkedList<MEInventoryHandler>();
|
||||
private List<MEInventoryHandler> fluids = new LinkedList<MEInventoryHandler>();
|
||||
private List<MEInventoryHandler> items = new LinkedList<>();
|
||||
private List<MEInventoryHandler> fluids = new LinkedList<>();
|
||||
private int priority = 0;
|
||||
private boolean wasActive = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user