You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "reschke (via GitHub)" <gi...@apache.org> on 2023/04/13 06:51:59 UTC

[GitHub] [jackrabbit-oak] reschke commented on a diff in pull request #896: OAK-10186: switch oak-store-spi to shaded guava

reschke commented on code in PR #896:
URL: https://github.com/apache/jackrabbit-oak/pull/896#discussion_r1165080161


##########
oak-it/src/test/java/org/apache/jackrabbit/oak/composite/CompositeNodeStoreTest.java:
##########
@@ -18,9 +18,9 @@
  */
 package org.apache.jackrabbit.oak.composite;
 
-import static com.google.common.base.Predicates.compose;
-import static com.google.common.collect.Iterables.filter;
 import static com.google.common.collect.Lists.newArrayList;
+import static org.apache.jackrabbit.guava.common.base.Predicates.compose;
+import static org.apache.jackrabbit.guava.common.collect.Iterables.filter;

Review Comment:
   Yes. Will improve.



-- 
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-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org