You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/11/13 15:36:14 UTC

[camel] branch master updated: CAMEL-14126: Checkstyle fix

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

zregvart 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 732d1b8  CAMEL-14126: Checkstyle fix
732d1b8 is described below

commit 732d1b861197df6190ec4ef2b51c981d6ee91c93
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Nov 13 16:36:08 2019 +0100

    CAMEL-14126: Checkstyle fix
---
 .../src/test/resources/products_with_non_utf8.xml    | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/components/camel-stax/src/test/resources/products_with_non_utf8.xml b/components/camel-stax/src/test/resources/products_with_non_utf8.xml
index d8ae660..a523ee8 100755
--- a/components/camel-stax/src/test/resources/products_with_non_utf8.xml
+++ b/components/camel-stax/src/test/resources/products_with_non_utf8.xml
@@ -1,7 +1,25 @@
 <?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.
+
+-->
 <products>
     <product>
-        <name>first product ��</name>
+        <name>first product ��</name>
     </product>
     <product>
         <name>second product</name>