Make fields final if possible to ensure immutability
This commit is contained in:
@@ -12,7 +12,7 @@ import appeng.tile.misc.TileCondenser;
|
||||
public class VoidFluidInventory implements IMEInventoryHandler<IAEFluidStack>
|
||||
{
|
||||
|
||||
TileCondenser target;
|
||||
final TileCondenser target;
|
||||
|
||||
public VoidFluidInventory(TileCondenser te) {
|
||||
target = te;
|
||||
|
||||
Reference in New Issue
Block a user