You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/02 00:03:42 UTC

svn commit: r991728 - /shindig/trunk/pom.xml

Author: lindner
Date: Wed Sep  1 22:03:42 2010
New Revision: 991728

URL: http://svn.apache.org/viewvc?rev=991728&view=rev
Log:
more javadoc:fix config tweaks

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=991728&r1=991727&r2=991728&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Sep  1 22:03:42 2010
@@ -1030,6 +1030,9 @@
               <link>http://junit.sourceforge.net/javadoc/</link>
             </links>
             <fixTags>since,param,return,throws</fixTags>
+            <fixMethodComment>true</fixMethodComment>
+            <fixClassComment>true</fixClassComment>
+            <fixFieldComment>false</fixFieldComment>
           </configuration>
         </plugin>
         <plugin>