Updated Branches: refs/heads/1.6.x b2f96a67c -> 5344ed482
Move license header after opening <?xml... in Checkstyle config Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/5344ed48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/5344ed48 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/5344ed48 Branch: refs/heads/1.6.x Commit: 5344ed482e85b594a922d2fe2f6bf5f8243b19d7 Parents: b2f96a6 Author: Andrew Phillips <[email protected]> Authored: Thu May 23 21:47:00 2013 +0300 Committer: Andrew Phillips <[email protected]> Committed: Fri May 24 17:11:58 2013 -0400 ---------------------------------------------------------------------- resources/checkstyle.xml | 2 +- resources/checkstyle_suppressions.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/5344ed48/resources/checkstyle.xml ---------------------------------------------------------------------- diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml index 6b3a179..de81e0f 100644 --- a/resources/checkstyle.xml +++ b/resources/checkstyle.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +17,6 @@ limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <module name="Checker"> http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/5344ed48/resources/checkstyle_suppressions.xml ---------------------------------------------------------------------- diff --git a/resources/checkstyle_suppressions.xml b/resources/checkstyle_suppressions.xml index 175f1ea..54c6850 100644 --- a/resources/checkstyle_suppressions.xml +++ b/resources/checkstyle_suppressions.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,7 +17,6 @@ limitations under the License. --> -<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN"
