You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by gk...@apache.org on 2009/08/14 19:00:04 UTC

svn commit: r804297 - in /hadoop/common/trunk: CHANGES.txt src/test/checkstyle.xml

Author: gkesavan
Date: Fri Aug 14 17:00:03 2009
New Revision: 804297

URL: http://svn.apache.org/viewvc?rev=804297&view=rev
Log:
HADOOP-6195. Fix checkstyle xml version tag. Contributed by Lee Tucker

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/src/test/checkstyle.xml

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=804297&r1=804296&r2=804297&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Fri Aug 14 17:00:03 2009
@@ -923,6 +923,8 @@
     HADOOP-6192. Fix Shell.getUlimitMemoryCommand to not rely on Map-Reduce
     specific configs. (acmurthy) 
 
+    HADOOP-6195. Fix checkstyle xml version tag.( Lee Tucker via gkesavan)
+
 Release 0.20.1 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/common/trunk/src/test/checkstyle.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/src/test/checkstyle.xml?rev=804297&r1=804296&r2=804297&view=diff
==============================================================================
--- hadoop/common/trunk/src/test/checkstyle.xml (original)
+++ hadoop/common/trunk/src/test/checkstyle.xml Fri Aug 14 17:00:03 2009
@@ -1,3 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -14,11 +19,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.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
-
 <!--
 
   Checkstyle configuration for Hadoop that is based on the sun_checks.xml file