summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_config_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sessions_collection_config_server.h')
-rw-r--r--src/mongo/db/sessions_collection_config_server.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mongo/db/sessions_collection_config_server.h b/src/mongo/db/sessions_collection_config_server.h
index 3338979d8e2..bdfac76abff 100644
--- a/src/mongo/db/sessions_collection_config_server.h
+++ b/src/mongo/db/sessions_collection_config_server.h
@@ -46,18 +46,18 @@ class OperationContext;
class SessionsCollectionConfigServer : public SessionsCollectionSharded {
public:
/**
- * Ensures that the sessions collection has been set up for this cluster,
- * sharded, and with the proper indexes.
- *
- * This method may safely be called multiple times.
- *
- * If there are no shards in this cluster, this method will do nothing.
- */
+ * Ensures that the sessions collection has been set up for this cluster,
+ * sharded, and with the proper indexes.
+ *
+ * This method may safely be called multiple times.
+ *
+ * If there are no shards in this cluster, this method will do nothing.
+ */
Status setupSessionsCollection(OperationContext* opCtx) override;
/**
- * Checks if the sessions collection exists.
- */
+ * Checks if the sessions collection exists.
+ */
Status checkSessionsCollectionExists(OperationContext* opCtx) override;
private: