This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 68f757c9892 Regen for commit 89049d9ebdac689188c44ff163ab27ddd03d3a1d (#8219) 68f757c9892 is described below commit 68f757c9892cede39f5014fcddbb35076753ef9a Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Aug 25 21:41:41 2022 +0200 Regen for commit 89049d9ebdac689188c44ff163ab27ddd03d3a1d (#8219) Signed-off-by: GitHub <nore...@github.com> Signed-off-by: GitHub <nore...@github.com> Co-authored-by: davsclaus <davscl...@users.noreply.github.com> --- .../src/main/java/org/apache/camel/spi/CliConnectorFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/CliConnectorFactory.java b/core/camel-api/src/main/java/org/apache/camel/spi/CliConnectorFactory.java index 5ca9212992f..6d34675eace 100644 --- a/core/camel-api/src/main/java/org/apache/camel/spi/CliConnectorFactory.java +++ b/core/camel-api/src/main/java/org/apache/camel/spi/CliConnectorFactory.java @@ -61,8 +61,8 @@ public interface CliConnectorFactory { String getRuntimeVersion(); /** - * Creates the connector which will be added as a {@link Service} - * to {@link org.apache.camel.CamelContext} as the lifecycle to start and stop the connector. + * Creates the connector which will be added as a {@link Service} to {@link org.apache.camel.CamelContext} as the + * lifecycle to start and stop the connector. */ Service createConnector();