Use qualified method and field access

This commit is contained in:
yueh
2017-08-11 21:43:47 +02:00
parent cdcab7d91c
commit e39855b48f
30 changed files with 207 additions and 205 deletions
@@ -41,7 +41,7 @@ public class AdaptorItemHandler extends InventoryAdaptor
@Override
public boolean hasSlots()
{
return itemHandler.getSlots() > 0;
return this.itemHandler.getSlots() > 0;
}
@Override