From 86d1ca88d7f642315d5dd4f1125c0ffbc31f8628 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Thu, 2 Feb 2017 15:55:18 +0100 Subject: Remove spurious character in comment --- .../src/vespa/searchcore/proton/docsummary/summaryfieldconverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchcore/src/vespa/searchcore/proton/docsummary/summaryfieldconverter.cpp b/searchcore/src/vespa/searchcore/proton/docsummary/summaryfieldconverter.cpp index 12977ea4017..03ae8055c1c 100644 --- a/searchcore/src/vespa/searchcore/proton/docsummary/summaryfieldconverter.cpp +++ b/searchcore/src/vespa/searchcore/proton/docsummary/summaryfieldconverter.cpp @@ -488,7 +488,7 @@ class SummaryFieldValueConverter : protected ConstFieldValueVisitor void visit(const ReferenceFieldValue& value) override { if (value.hasValidDocumentId()) { _str << value.getDocumentId().toString(); - } // else:: implicit empty string + } // else: implicit empty string } public: -- cgit v1.2.3