This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.21.x by this push: new 739b5d0 Fixed CS 739b5d0 is described below commit 739b5d083aef8cc762934d1694797547d37f3f2e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Sep 25 12:50:12 2018 +0200 Fixed CS --- .../src/main/java/org/apache/camel/component/stub/StubProducer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/camel-core/src/main/java/org/apache/camel/component/stub/StubProducer.java b/camel-core/src/main/java/org/apache/camel/component/stub/StubProducer.java index e1cf135..fa0a664 100644 --- a/camel-core/src/main/java/org/apache/camel/component/stub/StubProducer.java +++ b/camel-core/src/main/java/org/apache/camel/component/stub/StubProducer.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.