]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
This solves a compilation problem in TableContentLayoutManager
authorSimon Pepping <spepping@apache.org>
Tue, 12 Apr 2005 18:56:55 +0000 (18:56 +0000)
committerSimon Pepping <spepping@apache.org>
Tue, 12 Apr 2005 18:56:55 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198579 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java

index 1b6a03cf13d987e4d9b230f992e2160b7bd75db7..d8039e3c71a9ff0618c68d56fb558f22533096cf 100644 (file)
@@ -37,6 +37,10 @@ public class KnuthPossPosIter extends PositionIterator {
 
     // Check position < endPos
     
+    public KnuthPossPosIter(List bpList) {
+        this(bpList, 0, bpList.size());
+    }
+
     /**
      * @see org.apache.fop.layoutmgr.PositionIterator#checkNext()
      */