Added missing javadoc return statement

This commit is contained in:
thatsIch 2015-01-01 21:00:39 +01:00
parent 15ba197083
commit e38293a291

View file

@ -244,7 +244,8 @@ public class AdaptorIInventory extends InventoryAdaptor
*
* @param itemsToAdd itemStack to add to the inventory
* @param modulate true to modulate, false for simulate
* @return
*
* @return the left itemstack, which could not be added
*/
private ItemStack addItems( ItemStack itemsToAdd, boolean modulate )
{