summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-02-23 20:24:02 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-02-23 20:24:02 +0100
commit8d30b5628589f5506c15b69dcea695eb8f6c044b (patch)
tree4d43952f6049bc149dc5a4f2428eaecff86ebb51 /config-model
parent2fd40506799e3dcc6bc46fda49e3e4c2652321c8 (diff)
Flag service for orchestrated restart when ZK myid changes
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/application/validation/RestartConfigs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/application/validation/RestartConfigs.java b/config-model/src/main/java/com/yahoo/vespa/model/application/validation/RestartConfigs.java
index eccb903df3a..62e80586dc2 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/application/validation/RestartConfigs.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/application/validation/RestartConfigs.java
@@ -18,7 +18,7 @@ import java.lang.annotation.Target;
* This is different the inheritance that {@link java.lang.annotation.Inherited} provides, where sub-classes can either
* inherit or override the annotation from the super class.
*
- * NOTE: This annotation is will only have effect on subclasses of {@link com.yahoo.vespa.model.Service}.
+ * NOTE: This annotation will only have effect on subclasses of {@link com.yahoo.vespa.model.Service}.
* Do not use this annotation on other types config producers.
*
* @author bjorncs