You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/27 09:39:54 UTC

svn commit: r1762423 - /commons/proper/beanutils/trunk/checkstyle.xml

Author: stain
Date: Tue Sep 27 09:39:54 2016
New Revision: 1762423

URL: http://svn.apache.org/viewvc?rev=1762423&view=rev
Log:
Avoid headerFile checkstyle

license checks done by Apache rat

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

Modified: commons/proper/beanutils/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/checkstyle.xml?rev=1762423&r1=1762422&r2=1762423&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/checkstyle.xml (original)
+++ commons/proper/beanutils/trunk/checkstyle.xml Tue Sep 27 09:39:54 2016
@@ -26,9 +26,6 @@ limitations under the License.
   <module name="JavadocPackage">
     <property name="allowLegacy" value="false"/>
   </module>
-  <module name="Header">
-    <property name="headerFile" value="${checkstyle.header.file}"/>
-  </module>
   <module name="FileTabCharacter">
     <property name="fileExtensions" value="java,xml"/>
   </module>