aboutsummaryrefslogtreecommitdiffstats
path: root/config-lib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-09-05 10:49:47 +0200
committerJon Bratseth <bratseth@gmail.com>2022-09-05 10:49:47 +0200
commit61c0b3e7ada17c586ccb7e526c398d92de7a9400 (patch)
tree06bb9c1d0b79ec3be8138d5904d926ddd823118f /config-lib
parent79161e86b4d2f60dd4288e3669a704b0abd16820 (diff)
Warn oonce per summary
Diffstat (limited to 'config-lib')
-rw-r--r--config-lib/src/main/java/com/yahoo/config/ModelReference.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-lib/src/main/java/com/yahoo/config/ModelReference.java b/config-lib/src/main/java/com/yahoo/config/ModelReference.java
index f3adfbfb531..13bb5737c6f 100644
--- a/config-lib/src/main/java/com/yahoo/config/ModelReference.java
+++ b/config-lib/src/main/java/com/yahoo/config/ModelReference.java
@@ -92,7 +92,7 @@ public class ModelReference {
/**
* Creates a model reference from a three-part string on the form
* <code>modelId url path</code>
- * Each of the elements are either a value not containing space, or empty represented by "".
+ * Each of the elements is either a value not containing space, or empty represented by "".
*/
public static ModelReference valueOf(String s) {
String[] parts = s.split(" ");