rishabhdaim commented on code in PR #2212:
URL: https://github.com/apache/jackrabbit-oak/pull/2212#discussion_r2031166857
##########
oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/v8/AzureSegmentStoreV8Test.java:
##########
@@ -70,7 +72,7 @@ public class AzureSegmentStoreV8Test {
private static final EnumSet<SharedAccessBlobPermissions> READ_ONLY =
EnumSet.of(READ, LIST);
private static final EnumSet<SharedAccessBlobPermissions> READ_WRITE =
EnumSet.of(READ, LIST, CREATE, WRITE, ADD);
- private static final ImmutableSet<String> BLOBS = ImmutableSet.of("blob1",
"blob2");
+ private static final Set<String> BLOBS = ImmutableSet.of("blob1", "blob2");
Review Comment:
Sorry, I misread you comment in the first place. I have reverted the `left
side` to previous value, cause I would be handling the `ImmutableSet.of`
changes in next jira: OAK-11646
--
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]