From 5494cc056a64aa2c66727087435cad880a896486 Mon Sep 17 00:00:00 2001 From: Glenn Adams Date: Fri, 2 Mar 2012 20:40:08 +0000 Subject: enable OneStatementPerLine rule; fix violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1296441 13f79535-47bb-0310-9956-ffa450edef68 --- .../unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/codegen') diff --git a/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java b/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java index ec04b90a2..8a5327a0e 100644 --- a/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java +++ b/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java @@ -151,8 +151,12 @@ public final class UnicodeClasses { /** * The column numbers in the UCD file */ - public static final int UNICODE = 0, GENERAL_CATEGORY = 2, SIMPLE_UPPERCASE_MAPPING = 12, - SIMPLE_LOWERCASE_MAPPING = 13, SIMPLE_TITLECASE_MAPPING = 14, NUM_FIELDS = 15; + public static final int UNICODE = 0; + public static final int GENERAL_CATEGORY = 2; + public static final int SIMPLE_UPPERCASE_MAPPING = 12; + public static final int SIMPLE_LOWERCASE_MAPPING = 13; + public static final int SIMPLE_TITLECASE_MAPPING = 14; + public static final int NUM_FIELDS = 15; /** * Generate classes.xml from Unicode Character Database files -- cgit v1.2.3