You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by cu...@apache.org on 2013/07/19 16:09:49 UTC

svn commit: r1504883 - /openjpa/trunk/openjpa-project/checkstyle.xml

Author: curtisr7
Date: Fri Jul 19 14:09:49 2013
New Revision: 1504883

URL: http://svn.apache.org/r1504883
Log:
OPENJPA-2410 : Another minor change to checkstyle.xml

Modified:
    openjpa/trunk/openjpa-project/checkstyle.xml

Modified: openjpa/trunk/openjpa-project/checkstyle.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/checkstyle.xml?rev=1504883&r1=1504882&r2=1504883&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/checkstyle.xml (original)
+++ openjpa/trunk/openjpa-project/checkstyle.xml Fri Jul 19 14:09:49 2013
@@ -31,7 +31,7 @@
 	</module>
 	<module name="SuppressionCommentFilter">
 		<property name="offCommentFormat" value="// START - ALLOW PRINT STATEMENTS" />
-		<property name="onCommentFormat" value="// END - ALLOW PRINT STATEMENTS" />
+		<property name="onCommentFormat" value="// STOP - ALLOW PRINT STATEMENTS" />
 	</module>
 
 	<module name="SuppressionFilter">