From 61c0b3e7ada17c586ccb7e526c398d92de7a9400 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 5 Sep 2022 10:49:47 +0200 Subject: Warn oonce per summary --- config-lib/src/main/java/com/yahoo/config/ModelReference.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-lib') 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 * modelId url path - * 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(" "); -- cgit v1.2.3