reschke commented on code in PR #1447: URL: https://github.com/apache/jackrabbit-oak/pull/1447#discussion_r1598156213
########## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/ReadOnlyNamespaceRegistry.java: ########## @@ -16,8 +16,8 @@ */ package org.apache.jackrabbit.oak.plugins.name; -import static org.apache.jackrabbit.guava.common.collect.Iterables.toArray; import static java.util.Collections.emptyList; +import static org.apache.jackrabbit.guava.common.collect.Iterables.toArray; Review Comment: Can we remove the Guava-ism while we are at it? -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org