Added missing Override annotations
This commit is contained in:
@@ -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++ )
|
||||
|
||||
Reference in New Issue
Block a user