aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-07-05 13:01:30 +0200
committerHarald Musum <musum@yahooinc.com>2023-07-05 13:01:30 +0200
commit9a425520c25c02a2101870d15ad32b42cf3d2900 (patch)
tree4b04c751d03d891a902107fbe6e9a9cb4c629d87 /clustercontroller-core/src/test/java/com/yahoo/vespa
parent15ae1073bbf3ff568b1184475848085bf4f4111a (diff)
Simplify
Diffstat (limited to 'clustercontroller-core/src/test/java/com/yahoo/vespa')
-rw-r--r--clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/mocks/TestEventLog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/mocks/TestEventLog.java b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/mocks/TestEventLog.java
index e076c4af1e7..adbc53a583b 100644
--- a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/mocks/TestEventLog.java
+++ b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/mocks/TestEventLog.java
@@ -45,7 +45,7 @@ public class TestEventLog implements EventLogInterface {
}
@Override
- public void setMaxSize(int size, int nodesize) {
+ public void setMaxSize(int size, int nodeSize) {
throw new IllegalStateException("Should never be called.");
}
}