We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c8fe4 commit 2af86e3Copy full SHA for 2af86e3
src/main/com/mongodb/MongoURI.java
@@ -133,6 +133,7 @@ public MongoURI( String uri ){
133
if ( optionsPart != null && optionsPart.length() > 0 ) parseOptions( optionsPart );
134
}
135
136
+ @SuppressWarnings("deprecation")
137
private void parseOptions( String optionsPart ){
138
for ( String _part : optionsPart.split( "&|;" ) ){
139
int idx = _part.indexOf( "=" );
0 commit comments