Typo isMeaninful

This commit is contained in:
thatsIch
2014-09-20 22:42:09 +02:00
parent e9ff5bcd21
commit b7c1c7c602
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ public final class ItemList<StackType extends IAEStack> implements IItemList<Sta
/*
* synchronized public void clean() { Iterator<StackType> i = iterator(); while (i.hasNext()) { StackType AEI =
* i.next(); if ( !AEI.isMeaninful() ) i.remove(); } }
* i.next(); if ( !AEI.isMeaningful() ) i.remove(); } }
*/
@Override