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 e312254dd5861e4a539c9df052c4c7171a33c896 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Aug 25 12:37:37 2019 +0200 Fixed CS for Core --- .../org/apache/camel/impl/engine/DefaultBeanIntrospection.java | 8 ++++---- .../src/main/java/org/apache/camel/model/PropertyDefinitions.java | 2 +- .../java/org/apache/camel/model/PropertyDescriptionsAdapter.java | 2 +- .../org/apache/camel/model/dataformat/Any23DataFormatTest.java | 2 +- .../apache/camel/support/component/PropertyConfigurerSupport.java | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/core/camel-base/src/main/java/org/apache/camel/impl/engine/DefaultBeanIntrospection.java b/core/camel-base/src/main/java/org/apache/camel/impl/engine/DefaultBeanIntrospection.java index 8035f72..ca8bca9 100644 --- a/core/camel-base/src/main/java/org/apache/camel/impl/engine/DefaultBeanIntrospection.java +++ b/core/camel-base/src/main/java/org/apache/camel/impl/engine/DefaultBeanIntrospection.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. diff --git a/core/camel-core/src/main/java/org/apache/camel/model/PropertyDefinitions.java b/core/camel-core/src/main/java/org/apache/camel/model/PropertyDefinitions.java index b84c938..4b2fb3d 100644 --- a/core/camel-core/src/main/java/org/apache/camel/model/PropertyDefinitions.java +++ b/core/camel-core/src/main/java/org/apache/camel/model/PropertyDefinitions.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. diff --git a/core/camel-core/src/main/java/org/apache/camel/model/PropertyDescriptionsAdapter.java b/core/camel-core/src/main/java/org/apache/camel/model/PropertyDescriptionsAdapter.java index 1e5f1db..1042a7a 100644 --- a/core/camel-core/src/main/java/org/apache/camel/model/PropertyDescriptionsAdapter.java +++ b/core/camel-core/src/main/java/org/apache/camel/model/PropertyDescriptionsAdapter.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. diff --git a/core/camel-core/src/test/java/org/apache/camel/model/dataformat/Any23DataFormatTest.java b/core/camel-core/src/test/java/org/apache/camel/model/dataformat/Any23DataFormatTest.java index 59dcb52..8680a1e 100644 --- a/core/camel-core/src/test/java/org/apache/camel/model/dataformat/Any23DataFormatTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/model/dataformat/Any23DataFormatTest.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. diff --git a/core/camel-support/src/main/java/org/apache/camel/support/component/PropertyConfigurerSupport.java b/core/camel-support/src/main/java/org/apache/camel/support/component/PropertyConfigurerSupport.java index 7f09536..bf5f772 100644 --- a/core/camel-support/src/main/java/org/apache/camel/support/component/PropertyConfigurerSupport.java +++ b/core/camel-support/src/main/java/org/apache/camel/support/component/PropertyConfigurerSupport.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.