Make fields final if possible to ensure immutability
This commit is contained in:
@@ -16,7 +16,7 @@ import appeng.util.Platform;
|
||||
public class ContainerSpatialIOPort extends AEBaseContainer
|
||||
{
|
||||
|
||||
TileSpatialIOPort spatialIOPort;
|
||||
final TileSpatialIOPort spatialIOPort;
|
||||
|
||||
IGrid network;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user