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/18 23:58:20 UTC

svn commit: r1504680 - /openjpa/site/trunk/content/building.mdtext

Author: curtisr7
Date: Thu Jul 18 21:58:19 2013
New Revision: 1504680

URL: http://svn.apache.org/r1504680
Log:
CMS commit to openjpa by curtisr7

Modified:
    openjpa/site/trunk/content/building.mdtext

Modified: openjpa/site/trunk/content/building.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/building.mdtext?rev=1504680&r1=1504679&r2=1504680&view=diff
==============================================================================
--- openjpa/site/trunk/content/building.mdtext (original)
+++ openjpa/site/trunk/content/building.mdtext Thu Jul 18 21:58:19 2013
@@ -423,7 +423,7 @@ include the following:
 
 <a name="Building-CheckstyleFailure"></a>
 ### Checkstyle failure due to System.out.print or System.err.print
-Changes were added to build so that you can not build with code calls System.out/err.print(ln). 
+Changes were added to build so that the build will fail if there are any calls to System.out/err.print(ln). 
 This was done to force people to use the proper logging facilities. If there is an honest reason that
 you need to have System.out/err.print in your code, you can use the following comments to turn the 
 checkstyle scanner off, then back on again.