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 e0e41ed commit f9180edCopy full SHA for f9180ed
src/main/com/mongodb/ReadPreference.java
@@ -58,11 +58,11 @@ public String toString(){
58
59
public static ReadPreference SECONDARY = new SecondaryReadPreference();
60
61
- public static ReadPreference withTags(Map<String, String> tags) {
+ /*public static ReadPreference withTags(Map<String, String> tags) {
62
return new TaggedReadPreference( tags );
63
}
64
65
public static ReadPreference withTags( final DBObject tags ) {
66
67
- }
+ }*/
68
0 commit comments