This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9356a2247f869a14811ea6ca449f23e2d49c392c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Dec 9 07:02:55 2020 +0100 Regen --- .../main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java b/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java index a72243f..a715066 100644 --- a/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java +++ b/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java @@ -29,8 +29,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * Implementation of {@link MainShutdownStrategy} that add a virtual machine shutdown hook - * to properly stop the main instance. + * Implementation of {@link MainShutdownStrategy} that add a virtual machine shutdown hook to properly stop the main + * instance. */ public class DefaultMainShutdownStrategy extends SimpleMainShutdownStrategy { protected static final Logger LOG = LoggerFactory.getLogger(DefaultMainShutdownStrategy.class);