Author: gadams
Date: Sat Mar  3 09:46:03 2012
New Revision: 1296590

URL: http://svn.apache.org/viewvc?rev=1296590&view=rev
Log:
ensure checkstyle-5.1 remains error free after recent changes for 
checkstyle-5.5 rules

Modified:
    
xmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOEventHandler.java

Modified: 
xmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java?rev=1296590&r1=1296589&r2=1296590&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
 Sat Mar  3 09:46:03 2012
@@ -148,14 +148,17 @@ public final class UnicodeClasses {
     }
 
 
-    /**
-     * The column numbers in the UCD file
-     */
+    /** The 1st column in the UCD file. */
     public static final int UNICODE = 0;
+    /** The 3rd column in the UCD file. */
     public static final int GENERAL_CATEGORY = 2;
+    /** The 13th column in the UCD file. */
     public static final int SIMPLE_UPPERCASE_MAPPING = 12;
+    /** The 14th column in the UCD file. */
     public static final int SIMPLE_LOWERCASE_MAPPING = 13;
+    /** The 15th column in the UCD file. */
     public static final int SIMPLE_TITLECASE_MAPPING = 14;
+    /** The number of columns in the UCD file. */
     public static final int NUM_FIELDS = 15;
 
     /**

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOEventHandler.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOEventHandler.java?rev=1296590&r1=1296589&r2=1296590&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOEventHandler.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FOEventHandler.java Sat 
Mar  3 09:46:03 2012
@@ -558,6 +558,10 @@ public abstract class FOEventHandler {
     public void endExternalDocument(ExternalDocument document) {
     }
 
+    /**
+     * Get formatting results.
+     * @return the FormattingResults instance for this document
+     */
     public FormattingResults getResults() {
         return null;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to