You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/25 10:39:09 UTC

[camel] branch master updated (3a68eba -> 54c72c9)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3a68eba  Fixed CS for Camel-salesforce
     new e312254  Fixed CS for Core
     new 54c72c9  Fixed CS for Camel-API

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/camel/spi/EndpointPropertyConfigurer.java     | 8 ++++----
 .../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 ++++----
 6 files changed, 15 insertions(+), 15 deletions(-)


[camel] 01/02: Fixed CS for Core

Posted by ac...@apache.org.
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 <an...@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.


[camel] 02/02: Fixed CS for Camel-API

Posted by ac...@apache.org.
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 54c72c9d0eb02163c0d5abedd6cfd8af154e6afe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Aug 25 12:38:25 2019 +0200

    Fixed CS for Camel-API
---
 .../java/org/apache/camel/spi/EndpointPropertyConfigurer.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java
index db15433..feb01e2 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/EndpointPropertyConfigurer.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.