Joscorbe commented on a change in pull request #295:
URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r647473038



##########
File path: 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoUtils.java
##########
@@ -31,18 +29,19 @@
 import com.mongodb.client.FindIterable;
 import com.mongodb.client.MongoCollection;
 import com.mongodb.client.model.IndexOptions;
-
 import org.apache.jackrabbit.oak.plugins.document.DocumentStoreException.Type;
 import org.bson.Document;
 import org.jetbrains.annotations.NotNull;
 import org.jetbrains.annotations.Nullable;
 
+import java.util.Set;
+
 import static com.google.common.base.Preconditions.checkArgument;
 
 /**
  * Provides static utility methods for MongoDB.
  */
-class MongoUtils {
+public class MongoUtils {

Review comment:
       After re-checking this I think I have to keep the "public", as there is 
a test in a different package that needs to access the MongoUtils anyway.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to