File tree Expand file tree Collapse file tree
src/main/java/software/amazon/documentdb/jdbc/metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ private DocumentDbSchema getNewDatabaseMetadata(
297297 *
298298 * @return a map of the collection metadata.
299299 */
300- private DocumentDbSchema getCollectionMetadataDirect (
300+ protected DocumentDbSchema getCollectionMetadataDirect (
301301 final String schemaName ,
302302 final int schemaVersion ,
303303 final String databaseName ,
@@ -335,7 +335,7 @@ private DocumentDbSchema getCollectionMetadataDirect(
335335 }
336336 }
337337
338- private List <String > getFilteredCollectionNames (final MongoDatabase database ) {
338+ protected List <String > getFilteredCollectionNames (final MongoDatabase database ) {
339339 final Iterable <String > collectionNames = database .listCollectionNames ();
340340 return StreamSupport
341341 .stream (collectionNames .spliterator (), false )
You can’t perform that action at this time.
0 commit comments