summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-04-17 20:26:17 +0200
committerTor Egge <Tor.Egge@online.no>2023-04-17 20:26:17 +0200
commit8f774edc0e295b204de88117c5aaf34a7a51bf06 (patch)
tree9b3bc553dad59eae8d705713f4b41ecd6448ef2a
parented8d16fb6ca6cfae34fc4d399038306e721a07f0 (diff)
Adjust comment for insertNewUniqueValues member function.
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumattribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumattribute.h b/searchlib/src/vespa/searchlib/attribute/enumattribute.h
index f0ff23a06b4..773e5451703 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumattribute.h
+++ b/searchlib/src/vespa/searchlib/attribute/enumattribute.h
@@ -50,7 +50,7 @@ protected:
/*
* Iterate through the change vector and find new unique values.
- * Perform compaction if necessary and insert the new unique values into the EnumStore.
+ * Insert the new unique values into the EnumStore.
*/
void insertNewUniqueValues(EnumStoreBatchUpdater& updater);
virtual void considerAttributeChange(const Change & c, EnumStoreBatchUpdater & inserter) = 0;