summaryrefslogtreecommitdiff
path: root/src/mongo/db/explain.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-02-29 17:03:34 -0800
committerAaron <aaron@10gen.com>2012-02-29 17:42:25 -0800
commit1ca44e09a176fdf6dbdf0d966eaec89feac6e86d (patch)
tree9c206cddf3705725d7d25d6f78eead7ef2a01579 /src/mongo/db/explain.cpp
parent8dba1d858cc4480b72a9e7f3ffe3a2202fdcb9e3 (diff)
downloadmongo-1ca44e09a176fdf6dbdf0d966eaec89feac6e86d.tar.gz
SERVER-4150 comments
Diffstat (limited to 'src/mongo/db/explain.cpp')
-rw-r--r--src/mongo/db/explain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/explain.cpp b/src/mongo/db/explain.cpp
index ecfa182f85e..cbc05feed87 100644
--- a/src/mongo/db/explain.cpp
+++ b/src/mongo/db/explain.cpp
@@ -23,7 +23,7 @@
namespace mongo {
- // TODO get rid of const casts
+ // !!! TODO get rid of const casts
ExplainPlanInfo::ExplainPlanInfo() :
_isMultiKey(),