You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/10/18 12:18:34 UTC

incubator-crail git commit: Fix checkstyle xml header

Repository: incubator-crail
Updated Branches:
  refs/heads/master 3f98f6cf0 -> d923c6ae2


Fix checkstyle xml header

Move xml version to the top of the file to avoid illformed xml file.

https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-53

Signed-off-by: Jonas Pfefferle <pe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/d923c6ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/d923c6ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/d923c6ae

Branch: refs/heads/master
Commit: d923c6ae2461c1f4e3d4e0a3dee9546ad68091d7
Parents: 3f98f6c
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Thu Oct 18 14:14:50 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Thu Oct 18 14:14:50 2018 +0200

----------------------------------------------------------------------
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/d923c6ae/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 3747cbe..6b36043 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   ~
   ~ Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<?xml version="1.0"?>
 <!DOCTYPE module PUBLIC
           "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
           "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">