mbaedke commented on code in PR #2212: URL: https://github.com/apache/jackrabbit-oak/pull/2212#discussion_r2031190188
########## 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: I see, my bad. Sry for the noise. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org