aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/request/Properties.java
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2023-03-22 23:04:31 +0100
committerGitHub <noreply@github.com>2023-03-22 23:04:31 +0100
commit49996514d179ec2cf15d676836f8a4aacb13e48d (patch)
treef224237b56ee8b6fe4abaf5f9413248b2e806e52 /container-core/src/main/java/com/yahoo/processing/request/Properties.java
parentc0e8ae27d4fe623de21586ff711c7bcddeef3026 (diff)
Revert "Disallow incremental non-exclusive container allocation"
Diffstat (limited to 'container-core/src/main/java/com/yahoo/processing/request/Properties.java')
-rw-r--r--container-core/src/main/java/com/yahoo/processing/request/Properties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/processing/request/Properties.java b/container-core/src/main/java/com/yahoo/processing/request/Properties.java
index 060916a0298..ac43f99472e 100644
--- a/container-core/src/main/java/com/yahoo/processing/request/Properties.java
+++ b/container-core/src/main/java/com/yahoo/processing/request/Properties.java
@@ -265,7 +265,7 @@ public class Properties implements Cloneable {
/**
* Sets all properties having this name as a compound prefix to null.
- * I.e. clearAll("a") will clear the value of "a" and "a.b" but not "ab".
+ * I.e clearAll("a") will clear the value of "a" and "a.b" but not "ab".
*
* @param name the compound prefix of the properties to clear
* @throws RuntimeException if no instance in the chain accepted this name-value pair