summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2017-06-08 09:47:08 -0400
committerJames Wahlin <james@mongodb.com>2017-06-08 09:47:08 -0400
commit60a4010587ed169a6f7e2709c150db2173e66514 (patch)
tree09e35226b544fbfe7fc0f39835df97b85f639a50 /src/mongo/db/service_context.h
parent12e54a966bde02389224b78db6500978ca68a54e (diff)
downloadmongo-60a4010587ed169a6f7e2709c150db2173e66514.tar.gz
Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"
This reverts commit 36351fdb8642bed4fd977e8234b6ff16cf5e7da2.
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r--src/mongo/db/service_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h
index c4f41bd5651..566ed7fb650 100644
--- a/src/mongo/db/service_context.h
+++ b/src/mongo/db/service_context.h
@@ -389,7 +389,7 @@ public:
void setPreciseClockSource(std::unique_ptr<ClockSource> newSource);
/**
- * Binds the service entry point implementation to the service context.
+ * Binds the service entry point implementation to the service context
*/
void setServiceEntryPoint(std::unique_ptr<ServiceEntryPoint> sep);