From 064f4c925303ca73eb6a9a1e9b2f7f5c01ace1a8 Mon Sep 17 00:00:00 2001 From: jonmv Date: Mon, 6 May 2024 15:47:57 +0200 Subject: Remove ZK 3.9.1 --- .../src/main/java/com/yahoo/vespa/curator/stats/LatencyMetrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zkfacade') diff --git a/zkfacade/src/main/java/com/yahoo/vespa/curator/stats/LatencyMetrics.java b/zkfacade/src/main/java/com/yahoo/vespa/curator/stats/LatencyMetrics.java index 01db658594f..fd6008ac4f9 100644 --- a/zkfacade/src/main/java/com/yahoo/vespa/curator/stats/LatencyMetrics.java +++ b/zkfacade/src/main/java/com/yahoo/vespa/curator/stats/LatencyMetrics.java @@ -59,7 +59,7 @@ public class LatencyMetrics { /** Returns the average number of intervals that ended in the period per second. */ public double endHz() { return roundTo3DecimalPlaces(endHz); } - /** Returns the average load of the implied time periond, for each thread with non-zero load, with 3 decimal places precision. */ + /** Returns the average load of the implied time period, for each thread with non-zero load, with 3 decimal places precision. */ public Map loadByThread() { Map result = new TreeMap<>(); loadByThread.forEach((name, load) -> result.put(name, roundTo3DecimalPlaces(load))); -- cgit v1.2.3