Removes unnecessary semicolons
This commit is contained in:
@@ -67,7 +67,7 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
|
||||
|
||||
long value;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* crafting job info
|
||||
|
||||
@@ -15,7 +15,7 @@ public class SpatialPylonCluster implements IAECluster
|
||||
public enum Axis
|
||||
{
|
||||
X, Y, Z, UNFORMED
|
||||
};
|
||||
}
|
||||
|
||||
final public DimensionalCoord min;
|
||||
final public DimensionalCoord max;
|
||||
|
||||
Reference in New Issue
Block a user