This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d1e325f43c9488b3ba237efbb4ab2496c24ceef8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 10 10:30:49 2020 +0200 Polished --- .../org/apache/camel/xml/in/ModelParserXMLRoutesDefinitionLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/ModelParserXMLRoutesDefinitionLoader.java b/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/ModelParserXMLRoutesDefinitionLoader.java index 037300c..669928e 100644 --- a/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/ModelParserXMLRoutesDefinitionLoader.java +++ b/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/ModelParserXMLRoutesDefinitionLoader.java @@ -46,7 +46,7 @@ public class ModelParserXMLRoutesDefinitionLoader implements XMLRoutesDefinition @Override public <T extends NamedNode> T createModelFromXml(CamelContext context, String xml, Class<T> type) throws Exception { - throw new UnsupportedOperationException("Not support use camel-xml-jaxb instead"); + throw new UnsupportedOperationException("Not supported use camel-xml-jaxb instead"); } @Override