summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
diff options
context:
space:
mode:
authorRamon Fernandez <ramon.fernandez@mongodb.com>2015-01-22 19:06:55 -0500
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-01-22 19:06:55 -0500
commitdadbe696a8dc603a5014068f8b63eee17e259ff0 (patch)
treec9862491ce1bf36c1ef959ab6b2632d18f9a510e /src/mongo/db/clientcursor.cpp
parentc2756268ceba90afbc05e26875899c6e468e854b (diff)
downloadmongo-dadbe696a8dc603a5014068f8b63eee17e259ff0.tar.gz
Changes all relevant instances of 2.8 to 3.0
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r--src/mongo/db/clientcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp
index 02e66852a27..370bbf40683 100644
--- a/src/mongo/db/clientcursor.cpp
+++ b/src/mongo/db/clientcursor.cpp
@@ -320,7 +320,7 @@ namespace mongo {
// QUESTION: Restrict to the namespace from which this command was issued?
// Alternatively, make this command admin-only?
- // TODO: remove this for 2.8
+ // TODO: remove this for 3.0
class CmdCursorInfo : public Command {
public:
CmdCursorInfo() : Command( "cursorInfo", true ) {}