summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-06 23:57:46 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-03-06 23:57:46 +0000
commitf5003a69aa96526f721e4098c1b6dffc49d0c9dc (patch)
tree7dd14a91a18e34840fcc6d68cbc05024f73918fe /searchlib
parent6b1ee2e9fcd92b8c7b57981831d472a2fbd16794 (diff)
Update copyrigt year.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/engine/trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/engine/trace.h b/searchlib/src/vespa/searchlib/engine/trace.h
index 4f2bea680df..68f0103a762 100644
--- a/searchlib/src/vespa/searchlib/engine/trace.h
+++ b/searchlib/src/vespa/searchlib/engine/trace.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2019 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
@@ -24,7 +24,7 @@ public:
/**
* Will give you a trace entry. It will also add a timestamp relative to the creation of the trace.
* @param name
- * @return
+ * @return a Cursor to use for further tracing.
*/
Cursor & createCursor(vespalib::stringref name);
vespalib::string toString() const;