rishabhdaim commented on PR #1706: URL: https://github.com/apache/jackrabbit-oak/pull/1706#issuecomment-2343379219
Thanks for review @reschke. Both `ImmutableSet` & `Set.of()` don't allow `null` values. But Set created after `Set.of()` doesn't even allow `null` inside `Set.contains()` method whereas `ImmutableSet` allows. -- 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]
