summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2022-02-08 14:40:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-08 15:34:20 +0000
commit1938ca8564fb969f68058d68c55f632eec78a665 (patch)
tree673600947ba719e0712a05000b98489b4a928987
parent19136e15f4968859cd583b883a2c160d3945def8 (diff)
downloadmongo-1938ca8564fb969f68058d68c55f632eec78a665.tar.gz
SERVER-63160 Update TODO for DocumentSource walker/visitor
-rw-r--r--src/mongo/db/pipeline/visitors/document_source_walker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/visitors/document_source_walker.h b/src/mongo/db/pipeline/visitors/document_source_walker.h
index cb4a844de4d..38df8c8decf 100644
--- a/src/mongo/db/pipeline/visitors/document_source_walker.h
+++ b/src/mongo/db/pipeline/visitors/document_source_walker.h
@@ -37,7 +37,7 @@ namespace mongo {
/**
* A document source walker.
- * TODO: SERVER-62657. Implement a hash-table based resolution instead of sequential dynamic casts.
+ * TODO: SERVER-62027. Implement a hash-table based resolution instead of sequential dynamic casts.
*/
class DocumentSourceWalker final {
public: