summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-02-07 15:23:05 +0100
committerMartin Polden <mpolden@mpolden.no>2023-02-07 15:23:05 +0100
commit3a3919963dcbbbe3d2637ca258f5de937a3b9aad (patch)
tree1ab7a3c45a579615ee1a7c381770f216960c906f /container-core
parentcbe1d8873da9bcb08093715ad07a2edd30337239 (diff)
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.
*