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 je...@apache.org on 2005/05/17 18:51:49 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageBreakingAlgorithm.java

jeremias    2005/05/17 09:51:49

  Modified:    src/java/org/apache/fop/layoutmgr PageBreakingAlgorithm.java
  Log:
  log translation only.
  
  Revision  Changes    Path
  1.5       +3 -3      xml-fop/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
  
  Index: PageBreakingAlgorithm.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PageBreakingAlgorithm.java	17 May 2005 14:30:33 -0000	1.4
  +++ PageBreakingAlgorithm.java	17 May 2005 16:51:49 -0000	1.5
  @@ -510,8 +510,8 @@
           // add nodes at the beginning of the list, as they are found
           // backwards, from the last one to the first one
           if (log.isDebugEnabled()) {
  -            log.debug("BBA> difference= " + difference + " ratio= " + ratio 
  -                    + " posizione= " + bestActiveNode.position);
  +            log.debug("BBA> difference=" + difference + " ratio=" + ratio 
  +                    + " position=" + bestActiveNode.position);
           }
           insertPageBreakAsFirst(new PageBreakPosition(this.topLevelLM, 
                   bestActiveNode.position,
  
  
  

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