File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/software/amazon/documentdb/jdbc/metadata Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ private DocumentDbSchema getNewDatabaseMetadata(
297
297
*
298
298
* @return a map of the collection metadata.
299
299
*/
300
- private DocumentDbSchema getCollectionMetadataDirect (
300
+ protected DocumentDbSchema getCollectionMetadataDirect (
301
301
final String schemaName ,
302
302
final int schemaVersion ,
303
303
final String databaseName ,
@@ -335,7 +335,7 @@ private DocumentDbSchema getCollectionMetadataDirect(
335
335
}
336
336
}
337
337
338
- private List <String > getFilteredCollectionNames (final MongoDatabase database ) {
338
+ protected List <String > getFilteredCollectionNames (final MongoDatabase database ) {
339
339
final Iterable <String > collectionNames = database .listCollectionNames ();
340
340
return StreamSupport
341
341
.stream (collectionNames .spliterator (), false )
You can’t perform that action at this time.
0 commit comments