Remove unneeded annotations (when the method wasn't obfuscated to begin with)
This commit is contained in:
@@ -138,8 +138,6 @@ public final class IterableNodeHashTable implements Iterable {
|
||||
}
|
||||
}
|
||||
|
||||
@Export("iterator")
|
||||
@ObfuscatedName("iterator")
|
||||
public Iterator iterator() {
|
||||
return new IterableNodeHashTableIterator(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user