Skip to content

Commit 2af86e3

Browse files
author
Ryan
committed
added suppress warning deprecation.
1 parent 85c8fe4 commit 2af86e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/com/mongodb/MongoURI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public MongoURI( String uri ){
133133
if ( optionsPart != null && optionsPart.length() > 0 ) parseOptions( optionsPart );
134134
}
135135

136+
@SuppressWarnings("deprecation")
136137
private void parseOptions( String optionsPart ){
137138
for ( String _part : optionsPart.split( "&|;" ) ){
138139
int idx = _part.indexOf( "=" );

0 commit comments

Comments
 (0)