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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to