Author: curtisr7
Date: Wed Feb  8 22:58:33 2012
New Revision: 1242163

URL: http://svn.apache.org/viewvc?rev=1242163&view=rev
Log:
OPENJPA-2119: Fix checkstyle error.

Modified:
    
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/util/SourceCode.java

Modified: 
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/util/SourceCode.java
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/util/SourceCode.java?rev=1242163&r1=1242162&r2=1242163&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/util/SourceCode.java
 (original)
+++ 
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/util/SourceCode.java
 Wed Feb  8 22:58:33 2012
@@ -598,7 +598,11 @@ public class SourceCode {
             codeLines.add(tab + line);
             return this;
         }
-           // if tabInc = true, the current line, and all following lines will 
be tabbed. If false, a tab will be removed.
+
+        /**
+         * if tabInc = true, the current line, and all following lines will be 
tabbed.
+         *  If false, a tab will be removed.
+         */
         public Method addCodeLine(String line, boolean tabInc) {
             setTab(tabInc);
             return addCodeLine(line);


Reply via email to