Merge "Fix iterator double-advance in ContentObserverController" into nyc-dev
This commit is contained in:
@@ -337,7 +337,7 @@ public class ContentObserverController extends StateController {
|
||||
} else {
|
||||
pw.print(",");
|
||||
}
|
||||
pw.print(System.identityHashCode(it.next()));
|
||||
pw.print(System.identityHashCode(js));
|
||||
}
|
||||
if (printed) {
|
||||
pw.println();
|
||||
|
||||
Reference in New Issue
Block a user