We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a34cdc commit 1ede4f5Copy full SHA for 1ede4f5
1 file changed
src/main/com/mongodb/MapReduceOutput.java
@@ -136,7 +136,10 @@ public DBObject getCommand() {
136
* Get the server that the map reduce command was run on.
137
*
138
* @return a ServerAddress of the server that the command ran against.
139
+ * @deprecated this method will be removed in the next major release
140
*/
141
+ @Deprecated
142
+ @SuppressWarnings("deprecation")
143
public ServerAddress getServerUsed() {
144
return _commandResult.getServerUsed();
145
}
0 commit comments