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 6094cc5 Fixed CS 6094cc5 is described below commit 6094cc54221a44a8d5194a4ca798e8b5b36b869c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Oct 12 09:17:11 2019 +0200 Fixed CS --- .../java/org/apache/camel/component/paho/PahoConfiguration.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConfiguration.java b/components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConfiguration.java index af6e0a2..6e93625 100644 --- a/components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConfiguration.java +++ b/components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConfiguration.java @@ -1,13 +1,13 @@ -/** +/* * 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. * 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.