summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-03-19 09:54:13 +0100
committerHenning Baldersheim <balder@oath.com>2018-03-19 10:01:59 +0100
commit7e5e4409e02495650a16f9947ba01ccb6f6490b6 (patch)
tree55e587c95dd79d5f6efc43445ee98db2e081a49b /documentapi
parent6d5928c36ecd1815e660436c7db46af43508f2ef (diff)
Default destructors.
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/vespa/documentapi/messagebus/messages/writedocumentreply.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentapi/src/vespa/documentapi/messagebus/messages/writedocumentreply.h b/documentapi/src/vespa/documentapi/messagebus/messages/writedocumentreply.h
index f8c5c6335d5..678fd24333d 100644
--- a/documentapi/src/vespa/documentapi/messagebus/messages/writedocumentreply.h
+++ b/documentapi/src/vespa/documentapi/messagebus/messages/writedocumentreply.h
@@ -23,9 +23,7 @@ public:
* Returns a unique VDS timestamp so that visiting up to and including that
* timestamp will return a state including this operation but not any
* operations sent to the same distributor after it. For PUT/UPDATE/REMOVE
- * operations this timestamp will be the timestamp of the operation, while
- * for MULTIOPERATION, the timestamp will be the highest one generated by
- * it.
+ * operations this timestamp will be the timestamp of the operation.
*
* @return Returns the modification timestamp.
*/