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-spring-boot.git
commit 956fd9bf495614b4818790ca6b47de57a1e2ecc6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Sep 24 07:02:35 2021 +0200 Polished --- .../org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java index 0312ded..a44e360 100644 --- a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java +++ b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java @@ -56,7 +56,7 @@ import static org.apache.camel.tooling.util.PackageHelper.writeText; * * - component-starter/readme.adoc * - * to be up to date with all the component starters that Apache Camel Spring Boot ships. + * to be up-to-date with all the component starters that Apache Camel Spring Boot ships. */ @Mojo(name = "update-doc-components-list", threadSafe = true) public class UpdateDocComponentsListMojo extends AbstractMojo {