summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-07-10 19:50:56 +0200
committerjonmv <venstad@gmail.com>2023-07-13 10:30:49 +0200
commit4e19b88dde87c8186bde9ae9def6c0f24a87f784 (patch)
tree819094071196405f421d50296d1aaee4dda01e7c /container-core
parente2e7fc4f5c49451a210ca681416c848cb9ed7377 (diff)
Simplify a bit
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/handler/ClustersStatus.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/handler/ClustersStatus.java b/container-core/src/main/java/com/yahoo/container/handler/ClustersStatus.java
index 52b372638c8..3471627e887 100644
--- a/container-core/src/main/java/com/yahoo/container/handler/ClustersStatus.java
+++ b/container-core/src/main/java/com/yahoo/container/handler/ClustersStatus.java
@@ -12,7 +12,7 @@ import java.util.Set;
/**
* A component which tracks the up/down status of any clusters which should influence
* the up down status of this container itself, as well as the separate fact (from config)
- * that such clusters are present. This is a separate fact because we might know we have clusters configured
+ * that such clusters are present. This is a separate fact because we might know we have clusters configured,
* but we don't have positive information that they are up yet, and in this case we should be down.
*
* This is a separate component which has <b>no dependencies</b> such that the status tracked in this