rishabhdaim commented on code in PR #2178:
URL: https://github.com/apache/jackrabbit-oak/pull/2178#discussion_r1994965513


##########
oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/authorization/AbstractHasItemGetItemTest.java:
##########
@@ -86,7 +87,7 @@ protected void beforeSuite() throws Exception {
         createForEachPrincipal(principal, acMgr, allPrivileges);
 
         adminSession.save();
-        nodeSet = ImmutableSet.copyOf(nodePaths);
+        nodeSet = SetUtils.toLinkedSet(nodePaths);

Review Comment:
   it is a test case, so no need for Immutability here.



-- 
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]

Reply via email to