]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Minor fixups
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 14 Jan 2011 23:00:42 +0000 (23:00 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 14 Jan 2011 23:00:42 +0000 (23:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059197 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/RegionReference.java

index 0aec7a3958730d56f25d861d606f672fff03ab84..a727f902954704b335eabddd545479397d7be14c 100644 (file)
@@ -33,8 +33,6 @@ public class RegionReference extends Area implements Cloneable {
 
     private static final long serialVersionUID = -298980963268244238L;
 
-    /** Reference to the region FO. */
-    //protected Region regionFO;
     private int regionClass;
     private String regionName;
     private CTM ctm;
@@ -42,7 +40,7 @@ public class RegionReference extends Area implements Cloneable {
     // the list of block areas from the static flow
     private ArrayList blocks = new ArrayList();
 
-    /** the parent RegionViewport for this object */
+    /** the parent {@link RegionViewport} for this object */
     protected RegionViewport regionViewport;
 
     /**