mreutegg commented on a change in pull request #442:
URL: https://github.com/apache/jackrabbit-oak/pull/442#discussion_r770749643
##########
File path:
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterView.java
##########
@@ -187,22 +187,13 @@ private String asJson(final long viewSeqNum, final
boolean viewFinal, final Stri
builder.key("id").value(clusterId);
builder.key("me").value(localId);
builder.key("active").array();
- for (Iterator<Integer> it = activeIds.iterator(); it.hasNext();) {
Review comment:
I like this suggestion and updated the PR accordingly. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]