Make fields final if possible to ensure immutability
This commit is contained in:
@@ -29,7 +29,7 @@ import appeng.util.Platform;
|
||||
public class ContainerUpgradeable extends AEBaseContainer implements IOptionalSlotHost
|
||||
{
|
||||
|
||||
IUpgradeableHost upgradeable;
|
||||
final IUpgradeableHost upgradeable;
|
||||
|
||||
int tbSlot;
|
||||
NetworkToolViewer tbInventory;
|
||||
|
||||
Reference in New Issue
Block a user