You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/02/23 14:34:37 UTC

svn commit: r1292797 - /commons/proper/vfs/trunk/checkstyle.xml

Author: sebb
Date: Thu Feb 23 13:34:37 2012
New Revision: 1292797

URL: http://svn.apache.org/viewvc?rev=1292797&view=rev
Log:
Don't require @author Commons Javadoc

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

Modified: commons/proper/vfs/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/checkstyle.xml?rev=1292797&r1=1292796&r2=1292797&view=diff
==============================================================================
--- commons/proper/vfs/trunk/checkstyle.xml (original)
+++ commons/proper/vfs/trunk/checkstyle.xml Thu Feb 23 13:34:37 2012
@@ -77,8 +77,8 @@
             <property name="allowUndeclaredRTE" value="true"/>
               <property name="allowMissingJavadoc" value="true"/>
         </module>
+        <!-- http://checkstyle.sourceforge.net/config_javadoc.html#JavadocType -->
         <module name="JavadocType">
-            <property name="authorFormat" value=".+Commons VFS team.+"/>
             <!-- It is unfortunate to have to do this but checkstyle doesn't allow custom tags -->
             <property name="allowUnknownTags" value="true"/>
         </module>