Make fields final if possible to ensure immutability
This commit is contained in:
@@ -9,7 +9,7 @@ import appeng.util.item.AEItemStack;
|
||||
public class IMEInventoryDestination implements IInventoryDestination
|
||||
{
|
||||
|
||||
IMEInventory<IAEItemStack> me;
|
||||
final IMEInventory<IAEItemStack> me;
|
||||
|
||||
public IMEInventoryDestination(IMEInventory<IAEItemStack> o) {
|
||||
me = o;
|
||||
|
||||
Reference in New Issue
Block a user