diff options
Diffstat (limited to 'src/org/apache/fop/area/RegionReference.java')
-rw-r--r-- | src/org/apache/fop/area/RegionReference.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/apache/fop/area/RegionReference.java b/src/org/apache/fop/area/RegionReference.java index f94d12495..bebd5d30c 100644 --- a/src/org/apache/fop/area/RegionReference.java +++ b/src/org/apache/fop/area/RegionReference.java @@ -25,17 +25,17 @@ public class RegionReference extends Area implements Cloneable { * The start region. */ public static final int START = 1; - + /** * The body region. */ public static final int BODY = 2; - + /** * The end region. */ public static final int END = 3; - + /** * The after region. */ |