You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/07 23:08:10 UTC

svn commit: r1090011 - /commons/proper/discovery/trunk/checkstyle.xml

Author: simonetripodi
Date: Thu Apr  7 21:08:09 2011
New Revision: 1090011

URL: http://svn.apache.org/viewvc?rev=1090011&view=rev
Log:
removed PackageHtml module from checkstyle, package description added in package-info.java

Modified:
    commons/proper/discovery/trunk/checkstyle.xml

Modified: commons/proper/discovery/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/checkstyle.xml?rev=1090011&r1=1090010&r2=1090011&view=diff
==============================================================================
--- commons/proper/discovery/trunk/checkstyle.xml (original)
+++ commons/proper/discovery/trunk/checkstyle.xml Thu Apr  7 21:08:09 2011
@@ -23,7 +23,6 @@ limitations under the License.
 <!-- commons lang customization of default Checkstyle behavior -->
 <module name="Checker">
   <property name="localeLanguage" value="en"/>
-  <module name="PackageHtml"/>
   <module name="TreeWalker">
     <module name="TabCharacter"/>
     <module name="AvoidStarImport"/>