summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/resume_token.h')
-rw-r--r--src/mongo/db/pipeline/resume_token.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/resume_token.h b/src/mongo/db/pipeline/resume_token.h
index 19399123150..52ae1b1ab1e 100644
--- a/src/mongo/db/pipeline/resume_token.h
+++ b/src/mongo/db/pipeline/resume_token.h
@@ -117,9 +117,9 @@ public:
static ResumeToken parse(const Document& document);
/**
- * Generate a high-water-mark token for 'clusterTime', with an optional UUID and no documentKey.
+ * Generate a high-water-mark token for 'clusterTime', with no UUID or documentKey.
*/
- static ResumeToken makeHighWaterMarkToken(Timestamp clusterTime, boost::optional<UUID> uuid);
+ static ResumeToken makeHighWaterMarkToken(Timestamp clusterTime);
/**
* Returns true if the given token data represents a valid high-water-mark resume token; that