make method name more unique

This commit is contained in:
2023-02-25 08:38:15 +01:00
parent 8627d4a412
commit 5e9e34d910
4 changed files with 7 additions and 7 deletions

View File

@@ -194,7 +194,7 @@ public class DataStore implements AutoCloseable {
try (final LongStreamFile docIdsOfTag = diskStorage.streamExistingFile(diskStoreOffsetForDocIdsOfTag,
partitionId)) {
docIdsOfTag.append(docId);
docIdsOfTag.appendSingleValue(docId);
}
}