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