summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandler.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
index 0477845f3aa..b74765b17d2 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
@@ -231,11 +231,7 @@ public:
*/
uint32_t getNumActiveMerges() const;
- /**
- * Provides the next stripe id for a certain disk.
- * @param disk
- * @return
- */
+ /// Provides the next stripe id for a certain disk.
uint32_t getNextStripeId(uint32_t disk);
/** Removes the merge status for the given bucket. */