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

tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 011e9b4  TIKA-2958: move license down due to spring XML parse error
011e9b4 is described below

commit 011e9b4a0d5a12c92ea66a450433c798397da902
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 5 17:53:02 2019 +0200

    TIKA-2958: move license down due to spring XML parse error
---
 tika-example/src/main/resources/org/apache/tika/example/spring.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-example/src/main/resources/org/apache/tika/example/spring.xml 
b/tika-example/src/main/resources/org/apache/tika/example/spring.xml
index 6711351..60fdab2 100755
--- a/tika-example/src/main/resources/org/apache/tika/example/spring.xml
+++ b/tika-example/src/main/resources/org/apache/tika/example/spring.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +14,6 @@
  limitations under the License.
 
  -->
-<?xml version="1.0" encoding="UTF-8"?>
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.springframework.org/schema/beans

Reply via email to