[Japi-cvs] SF.net SVN: japi: [530] common/trunk/sun_checks.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-07-09 21:53:17
|
Revision: 530 http://svn.sourceforge.net/japi/?rev=530&view=rev Author: christianhujer Date: 2007-07-09 14:53:16 -0700 (Mon, 09 Jul 2007) Log Message: ----------- Enabled cache in checkstyle. Modified Paths: -------------- common/trunk/sun_checks.xml Modified: common/trunk/sun_checks.xml =================================================================== --- common/trunk/sun_checks.xml 2007-07-09 21:44:48 UTC (rev 529) +++ common/trunk/sun_checks.xml 2007-07-09 21:53:16 UTC (rev 530) @@ -52,6 +52,9 @@ <module name="TreeWalker"> + <property name="cacheFile" value="docs/checkstyleCache" /> + + <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <!-- Disabled because it throws an exception. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |