diff --git a/src/api/java/appeng/api/storage/data/IAEItemStack.java b/src/api/java/appeng/api/storage/data/IAEItemStack.java index 0a8cf594b..eb676e413 100644 --- a/src/api/java/appeng/api/storage/data/IAEItemStack.java +++ b/src/api/java/appeng/api/storage/data/IAEItemStack.java @@ -108,8 +108,8 @@ public interface IAEItemStack extends IAEStack { ItemStack getDefinition(); /** - * Compare this AE item stack to another item stack, but ignores - * the amount. It checks the item type, NBT and damage values. + * Compare this AE item stack to another item stack, but ignores the amount. It + * checks the item type, NBT and damage values. * * @param is An item stack */