Added missing Override annotations

This commit is contained in:
yueh
2017-07-20 21:28:16 +02:00
parent 15582fd1df
commit a24ed38e90
8 changed files with 17 additions and 0 deletions
@@ -52,6 +52,7 @@ public class AppEngInternalAEInventory implements IInventory, Iterable<ItemStack
this.inv = new IAEItemStack[s];
}
@Override
public boolean isEmpty()
{
for( int x = 0; x < this.size; x++ )
@@ -48,6 +48,7 @@ public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
this.inv = new ItemStack[size];
}
@Override
public boolean isEmpty()
{
for( int x = 0; x < this.size; x++ )