You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2009/08/24 18:34:39 UTC

svn commit: r807301 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java

Author: adelmelle
Date: Mon Aug 24 16:34:38 2009
New Revision: 807301

URL: http://svn.apache.org/viewvc?rev=807301&view=rev
Log:
Removed a commented leftover from local tests

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java?rev=807301&r1=807300&r2=807301&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java Mon Aug 24 16:34:38 2009
@@ -453,7 +453,6 @@
                 case Constants.EN_PAGE:
                     return p.getP() < KnuthPenalty.INFINITE
                             || !pageProvider.endPage(line - 1);
-                            //|| (deferPart && difference < 0);
                 case Constants.EN_AUTO:
                     log.debug("keep is not auto but context is");
                     return true;



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org