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 02a7f06 commit 014b040Copy full SHA for 014b040
driver-legacy/src/main/com/mongodb/DBCursor.java
@@ -414,7 +414,9 @@ public DBCursor returnKey() {
414
* @return {@code this} so calls can be chained
415
* @mongodb.driver.manual reference/operator/meta/showDiskLoc/ $showDiskLoc
416
* @since 2.12
417
+ * @deprecated showDiskLoc has been deprecated in the MongoDB server. There is no replacement for it.
418
*/
419
+ @Deprecated
420
public DBCursor showDiskLoc() {
421
findOptions.getModifiers().put("$showDiskLoc", true);
422
return this;
0 commit comments