Unnecessary Javadoc link point to containing class

This commit is contained in:
thatsIch
2015-03-26 10:53:09 +01:00
parent 926af89029
commit 05f522580b
3 changed files with 3 additions and 3 deletions
@@ -73,7 +73,7 @@ public interface IMEInventoryHandler<StackType extends IAEStack> extends IMEInve
*
* @return the slot index for the cell that this represents in the storage unit, the method on the
* {@link ICellContainer} will be called with this value, only trust the return value of this method if you
* are the implementer of the {@link IMEInventoryHandler}.
* are the implementer of this.
*/
public int getSlot();
@@ -56,7 +56,7 @@ public interface AEItemDefinition
ItemStack stack(int stackSize);
/**
* Compare {@link ItemStack} with this {@link AEItemDefinition}
* Compare {@link ItemStack} with this
*
* @param comparableItem compared item
* @return true if the item stack is a matching item.