Removes unnecessary semicolons

This commit is contained in:
thatsIch
2014-09-28 00:50:06 +02:00
parent 8c3ebdb721
commit 8b4501c89d
59 changed files with 78 additions and 79 deletions
@@ -330,7 +330,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
// not used here
}
};
}
class ChestMonitorHandler<T extends IAEStack> extends MEMonitorHandler<T>
{
@@ -348,7 +348,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
return this.getHandler();
}
};
}
private <StackType extends IAEStack> MEMonitorHandler<StackType> wrap(IMEInventoryHandler h)
{