aboutsummaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2023-10-16 14:30:56 +0200
committerHåkon Hallingstad <hakon@yahooinc.com>2023-10-16 14:30:56 +0200
commit48bfa5a54305bb9b22640605642d5801e09657fd (patch)
treecedde5daa3587fd7b02e01907153794914d55f29 /flags
parent3d4ed6313d47b92b39d1d215a04c059eff06ffd2 (diff)
Fix flag modification comment
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index a09c6ea00c6..5c1775ce2ac 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -345,7 +345,7 @@ public class Flags {
List.of("hakonhall"), "2023-10-12", "2023-12-12",
"Whether to provision a host exclusively to an application ID only based on exclusive=\"true\" from services.xml. " +
"Enabling this will produce hosts with exclusiveTo[ApplicationId] without provisionedToApplicationId.",
- "Takes immediate effect newly provisioned hosts new hosts",
+ "Takes immediate effect when provisioning new hosts",
HOSTNAME, CLOUD_ACCOUNT);
public static final UnboundBooleanFlag WRITE_CONFIG_SERVER_SESSION_DATA_AS_ONE_BLOB = defineFeatureFlag(