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
The following commit(s) were added to refs/heads/master by this push: new 050e85c Fixed CS 050e85c is described below commit 050e85c9dfcef409a6acec3eb7e51fb535e77fe3 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jan 16 05:41:31 2020 +0100 Fixed CS --- .../src/main/java/org/apache/camel/support/EventHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/camel-support/src/main/java/org/apache/camel/support/EventHelper.java b/core/camel-support/src/main/java/org/apache/camel/support/EventHelper.java index 3f6a937..09781ae 100644 --- a/core/camel-support/src/main/java/org/apache/camel/support/EventHelper.java +++ b/core/camel-support/src/main/java/org/apache/camel/support/EventHelper.java @@ -1,4 +1,4 @@ -/** +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. @@ -33,7 +33,6 @@ import org.slf4j.LoggerFactory; /** * Helper for easily sending event notifications in a single line of code - * */ public final class EventHelper {