summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2023-02-07 15:54:38 +0100
committerGitHub <noreply@github.com>2023-02-07 15:54:38 +0100
commitc71bc7f0582f0c29476310dec2c1c12762bcbb8d (patch)
treec46df6a87e63a52d6f21a8a69e277cc71bc8a8a8 /container-core
parent76bf11cdf1edc7eeb9291bc3e3c388fd568ad587 (diff)
parent3a3919963dcbbbe3d2637ca258f5de937a3b9aad (diff)
Merge pull request #25926 from vespa-engine/mpolden/lb-set-state
Support changing load balancer state through REST API
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/restapi/Path.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/restapi/Path.java b/container-core/src/main/java/com/yahoo/restapi/Path.java
index 01bcb627639..2fae8da0c2d 100644
--- a/container-core/src/main/java/com/yahoo/restapi/Path.java
+++ b/container-core/src/main/java/com/yahoo/restapi/Path.java
@@ -85,7 +85,7 @@ public class Path {
*
* Returns whether this path matches the given template string.
* If the given template has placeholders, their values (accessible by get) are reset by calling this,
- * whether or not the path matches the given template.
+ * whether the path matches the given template.
*
* This will NOT match empty path elements.
*