Removes unnecessary semicolons
This commit is contained in:
@@ -21,4 +21,4 @@ class GridSplitDetector implements IGridVisitor
|
||||
|
||||
return !pivotFound;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ public class NetworkEventBus
|
||||
|
||||
private static final long serialVersionUID = -3079021487019171205L;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
class EventMethod
|
||||
{
|
||||
@@ -52,7 +52,7 @@ public class NetworkEventBus
|
||||
if ( e.isCanceled() )
|
||||
throw new NetworkEventDone();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
class MENetworkEventInfo
|
||||
{
|
||||
@@ -69,7 +69,7 @@ public class NetworkEventBus
|
||||
for (EventMethod em : methods)
|
||||
em.invoke( obj, e );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private static Set<Class> readClasses = new HashSet();
|
||||
private static Hashtable<Class<? extends MENetworkEvent>, Hashtable<Class, MENetworkEventInfo>> events = new Hashtable();
|
||||
|
||||
+1
-1
@@ -128,7 +128,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
|
||||
// no..
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public ImmutableSet<ICraftingCPU> getCpus()
|
||||
|
||||
+2
-2
@@ -90,7 +90,7 @@ public class GridStorageCache implements IStorageGrid
|
||||
postChangesToNetwork( channel, up_or_down, list, src );
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
private class CellChangeTracker
|
||||
{
|
||||
@@ -107,7 +107,7 @@ public class GridStorageCache implements IStorageGrid
|
||||
for (CellChangeTrackerRecord rec : data)
|
||||
rec.applyChanges();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerCellProvider(ICellProvider provider)
|
||||
|
||||
+1
-1
@@ -39,4 +39,4 @@ public class Connections implements Callable
|
||||
destroy = false;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -73,4 +73,4 @@ public class TickTracker implements Comparable<TickTracker>
|
||||
if ( dc != null )
|
||||
crashreportcategory.addCrashSection( "Location", dc );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -46,7 +46,7 @@ public class EnergyWatcher implements IEnergyWatcher
|
||||
interestIterator.remove();
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
EnergyGridCache gsc;
|
||||
IEnergyWatcherHost myObject;
|
||||
|
||||
@@ -22,7 +22,7 @@ public class GenericInterestManager<T>
|
||||
stack = myStack;
|
||||
iw = watcher;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private final SetMultimap<IAEStack, T> container;
|
||||
private LinkedList<SavedTransactions> transactions = null;
|
||||
|
||||
@@ -21,7 +21,7 @@ public class PathSegment
|
||||
|
||||
private static final long serialVersionUID = 810456465120286110L;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
PathGridCache pgc;
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ public class ItemWatcher implements IStackWatcher
|
||||
interestIterator.remove();
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
GridStorageCache gsc;
|
||||
IStackWatcherHost myObject;
|
||||
|
||||
@@ -46,7 +46,7 @@ public class MEMonitorIInventory implements IMEInventory<IAEItemStack>, IMEMonit
|
||||
|
||||
final ItemStack itemStack;
|
||||
final IAEItemStack aeStack;
|
||||
};
|
||||
}
|
||||
|
||||
final InventoryAdaptor adaptor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user