summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-23 13:03:49 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-23 13:03:49 +0100
commit3368ae32faab3232ac518a40f829b8894c9fe036 (patch)
tree603411904afc6bf0725d7c4b1411929dcb6f0d36
parent99243c9ef67f98b34c4047c75ec52a3785001a81 (diff)
gc obsolete comment
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
index af21963a8a2..7c3e66aa109 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
@@ -189,7 +189,7 @@ public class StorageClusterTest {
var config = configFromProperties(new TestProperties());
var limit = config.merge_throttling_memory_limit();
- assertEquals(0L, limit.max_usage_bytes()); // TODO change default
+ assertEquals(0L, limit.max_usage_bytes());
assertMergeAutoScaleConfigHasExpectedValues(limit);
}