Code cleanup
Added missing this, annotations, etc.
This commit is contained in:
@@ -1033,7 +1033,7 @@ public abstract class AEBaseContainer extends Container
|
||||
|
||||
protected ItemStack transferStackToContainer( final ItemStack input )
|
||||
{
|
||||
return shiftStoreItem( input );
|
||||
return this.shiftStoreItem( input );
|
||||
}
|
||||
|
||||
private ItemStack shiftStoreItem( final ItemStack input )
|
||||
|
||||
Reference in New Issue
Block a user