summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_redact.cpp
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2021-06-29 11:15:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-29 11:49:26 +0000
commit7558a7a36cbfcc0af39b0f0bf07861f162c590d2 (patch)
tree9af8df9056520852869c0f57d0ff3b5dc9be0be6 /src/mongo/db/pipeline/document_source_redact.cpp
parent28812fce0bd40c9320740f0b9cbcb5f7b686eba7 (diff)
downloadmongo-7558a7a36cbfcc0af39b0f0bf07861f162c590d2.tar.gz
SERVER-58076 Exclude new 5.0 language features from stable API
Diffstat (limited to 'src/mongo/db/pipeline/document_source_redact.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_redact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_redact.cpp b/src/mongo/db/pipeline/document_source_redact.cpp
index eaefcdf672b..80dc406c620 100644
--- a/src/mongo/db/pipeline/document_source_redact.cpp
+++ b/src/mongo/db/pipeline/document_source_redact.cpp
@@ -52,7 +52,7 @@ DocumentSourceRedact::DocumentSourceRedact(const intrusive_ptr<ExpressionContext
REGISTER_DOCUMENT_SOURCE(redact,
LiteParsedDocumentSourceDefault::parse,
DocumentSourceRedact::createFromBson,
- LiteParsedDocumentSource::AllowedWithApiStrict::kAlways);
+ AllowedWithApiStrict::kAlways);
const char* DocumentSourceRedact::getSourceName() const {
return kStageName.rawData();