Repository: camel
Updated Branches:
  refs/heads/master de223d438 -> 34a7afbf6


Fix CS


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

Branch: refs/heads/master
Commit: 34a7afbf6c77a11aa71027e2afa7ff00f46bd630
Parents: de223d4
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Fri Sep 8 16:08:27 2017 +0200
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Fri Sep 8 16:08:27 2017 +0200

----------------------------------------------------------------------
 .../src/test/resources/SpringCryptoCmsTests.xml | 28 +++++++++++++-------
 1 file changed, 18 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/34a7afbf/components/camel-crypto-cms/src/test/resources/SpringCryptoCmsTests.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-crypto-cms/src/test/resources/SpringCryptoCmsTests.xml 
b/components/camel-crypto-cms/src/test/resources/SpringCryptoCmsTests.xml
index 69ac433..820f1bd 100644
--- a/components/camel-crypto-cms/src/test/resources/SpringCryptoCmsTests.xml
+++ b/components/camel-crypto-cms/src/test/resources/SpringCryptoCmsTests.xml
@@ -1,14 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 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.
+
+-->
 <beans xmlns="http://www.springframework.org/schema/beans";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="

Reply via email to