You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2017/10/07 10:53:07 UTC

camel git commit: Fix Checkstyle issues

Repository: camel
Updated Branches:
  refs/heads/master f4e3ec1ac -> 4f270d3fe


Fix Checkstyle issues

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f270d3f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f270d3f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f270d3f

Branch: refs/heads/master
Commit: 4f270d3fe6a731b84a4bea6d16eb135f4e3c91a9
Parents: f4e3ec1
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Sat Oct 7 12:52:34 2017 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Sat Oct 7 12:52:34 2017 +0200

----------------------------------------------------------------------
 .../test/resources/OSGI-INF/blueprint/camel.xml |  1 +
 .../src/test/resources/jre.properties           | 34 +++++++++-----------
 .../src/test/resources/log4j.properties         |  2 +-
 3 files changed, 18 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f270d3f/tests/camel-itest-karaf/src/test/resources/OSGI-INF/blueprint/camel.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/src/test/resources/OSGI-INF/blueprint/camel.xml b/tests/camel-itest-karaf/src/test/resources/OSGI-INF/blueprint/camel.xml
index b2e695e..e31831b 100644
--- a/tests/camel-itest-karaf/src/test/resources/OSGI-INF/blueprint/camel.xml
+++ b/tests/camel-itest-karaf/src/test/resources/OSGI-INF/blueprint/camel.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more

http://git-wip-us.apache.org/repos/asf/camel/blob/4f270d3f/tests/camel-itest-karaf/src/test/resources/jre.properties
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/src/test/resources/jre.properties b/tests/camel-itest-karaf/src/test/resources/jre.properties
index f50daf3..e1cdd5a 100644
--- a/tests/camel-itest-karaf/src/test/resources/jre.properties
+++ b/tests/camel-itest-karaf/src/test/resources/jre.properties
@@ -1,21 +1,19 @@
-################################################################################
-#
-#    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
-#
-#       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.
-#    See the License for the specific language governing permissions and
-#    limitations under the License.
-#
-################################################################################
+## ---------------------------------------------------------------------------
+## 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
+##
+##      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.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
 
 #
 # Java platform package export properties.

http://git-wip-us.apache.org/repos/asf/camel/blob/4f270d3f/tests/camel-itest-karaf/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/src/test/resources/log4j.properties b/tests/camel-itest-karaf/src/test/resources/log4j.properties
index ca48489..3c551aa 100644
--- a/tests/camel-itest-karaf/src/test/resources/log4j.properties
+++ b/tests/camel-itest-karaf/src/test/resources/log4j.properties
@@ -6,7 +6,7 @@
 ## (the "License"); you may not use this file except in compliance with
 ## the License.  You may obtain a copy of the License at
 ##
-## http://www.apache.org/licenses/LICENSE-2.0
+##      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,