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

View file

@ -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();

View file

@ -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.

View file

@ -48,7 +48,7 @@ public class PlayerStatsRegistration
private final boolean isAchievementFeatureEnabled;
/**
* Constructs a {@link appeng.core.stats.PlayerStatsRegistration} with an {@link cpw.mods.fml.common.eventhandler.EventBus} and {@link appeng.core.AEConfig}.
* Constructs this with an {@link cpw.mods.fml.common.eventhandler.EventBus} and {@link appeng.core.AEConfig}.
*
* @param bus {@see #bus}
* @param config {@link appeng.core.AEConfig} which is used to determine if the {@link appeng.core.features.AEFeature#Achievements} is enabled