diff --git a/src/api/java/appeng/api/storage/IMEInventoryHandler.java b/src/api/java/appeng/api/storage/IMEInventoryHandler.java index 7263e7b4c..dc3023faa 100644 --- a/src/api/java/appeng/api/storage/IMEInventoryHandler.java +++ b/src/api/java/appeng/api/storage/IMEInventoryHandler.java @@ -73,7 +73,7 @@ public interface IMEInventoryHandler 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(); diff --git a/src/api/java/appeng/api/util/AEItemDefinition.java b/src/api/java/appeng/api/util/AEItemDefinition.java index 279cbfc4c..8874b7bdd 100644 --- a/src/api/java/appeng/api/util/AEItemDefinition.java +++ b/src/api/java/appeng/api/util/AEItemDefinition.java @@ -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. diff --git a/src/main/java/appeng/core/stats/PlayerStatsRegistration.java b/src/main/java/appeng/core/stats/PlayerStatsRegistration.java index b8499b1e1..226271c9e 100644 --- a/src/main/java/appeng/core/stats/PlayerStatsRegistration.java +++ b/src/main/java/appeng/core/stats/PlayerStatsRegistration.java @@ -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