Some refactoring.

This commit is contained in:
AlgorithmX2
2014-07-23 14:20:47 -05:00
parent 298ae41198
commit 50b0285c15
11 changed files with 32 additions and 60 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import appeng.util.Platform;
public abstract class MBCalculator
{
private IAEMultiBlock target;
final private IAEMultiBlock target;
public MBCalculator(IAEMultiBlock t) {
target = t;