aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-03-31 14:31:37 +0100
committerJon Bratseth <bratseth@gmail.com>2023-03-31 14:31:37 +0100
commit1a360b51809d892d6b348f78db7ebd1590d77335 (patch)
tree0867de0b7804c22d1ea566882d01546154c696b9 /config-model
parentd65d548169183b47b931b3c5e39ad5a8fae06ce5 (diff)
More understandable errors, and implement inner convert
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/schema/parser/ConvertSchemaCollection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/schema/parser/ConvertSchemaCollection.java b/config-model/src/main/java/com/yahoo/schema/parser/ConvertSchemaCollection.java
index 5509d11885c..b414d3757e2 100644
--- a/config-model/src/main/java/com/yahoo/schema/parser/ConvertSchemaCollection.java
+++ b/config-model/src/main/java/com/yahoo/schema/parser/ConvertSchemaCollection.java
@@ -20,7 +20,7 @@ import java.util.List;
* Class converting a collection of schemas from the intermediate format.
*
* @author arnej27959
- **/
+ */
public class ConvertSchemaCollection {
private final IntermediateCollection input;