Removes unnecessary semicolons
This commit is contained in:
@@ -356,7 +356,7 @@ public class AdaptorIInventory extends InventoryAdaptor
|
||||
// nothing!
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public Iterator<ItemSlot> iterator()
|
||||
|
||||
@@ -19,7 +19,7 @@ public class WrapperChainedInventory implements IInventory
|
||||
int offset;
|
||||
int size;
|
||||
IInventory i;
|
||||
};
|
||||
}
|
||||
|
||||
int fullSize = 0;
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ public class WrapperInvSlot
|
||||
{
|
||||
return isItemValid( itemstack ) && inv.isItemValidForSlot( slot, itemstack );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private IInventory inv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user