From e38293a2910f0c0e32dc8653d1cb379e63044b2c Mon Sep 17 00:00:00 2001 From: thatsIch Date: Thu, 1 Jan 2015 21:00:39 +0100 Subject: [PATCH] Added missing javadoc return statement --- src/main/java/appeng/util/inv/AdaptorIInventory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/appeng/util/inv/AdaptorIInventory.java b/src/main/java/appeng/util/inv/AdaptorIInventory.java index 70ede9a19..c6f82b4e1 100644 --- a/src/main/java/appeng/util/inv/AdaptorIInventory.java +++ b/src/main/java/appeng/util/inv/AdaptorIInventory.java @@ -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 ) {