summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-02-15 17:13:29 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-02-15 17:13:29 +0000
commit8620e0220c35bbb3b017afd6266f3c3b83e23dff (patch)
tree74dd417e9c56c8fed3f59f0315059369f21818bf /searchcore
parent9b5ccc196b48ebb19a502c0ba4a22281939169f0 (diff)
Update comment
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/handlermap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/handlermap.hpp b/searchcore/src/vespa/searchcore/proton/common/handlermap.hpp
index 02da71b464c..4eaca3892ab 100644
--- a/searchcore/src/vespa/searchcore/proton/common/handlermap.hpp
+++ b/searchcore/src/vespa/searchcore/proton/common/handlermap.hpp
@@ -115,7 +115,7 @@ public:
/**
* Returns the handler for the given document type. If no handler was
- * registered, this method returns an empty shared pointer.
+ * registered, this method returns a null pointer.
*
* @param docType The document type whose handler to return.
* @return The registered handler, if any.