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:52:25 UTC

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

jeremias    2005/05/17 09:52:25

  Modified:    src/java/org/apache/fop/layoutmgr BreakingAlgorithm.java
  Log:
  Imports.
  
  Revision  Changes    Path
  1.5       +1 -4      xml-fop/src/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java
  
  Index: BreakingAlgorithm.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/BreakingAlgorithm.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BreakingAlgorithm.java	17 May 2005 14:30:33 -0000	1.4
  +++ BreakingAlgorithm.java	17 May 2005 16:52:25 -0000	1.5
  @@ -23,9 +23,6 @@
   
   import org.apache.fop.traits.MinOptMax;
   
  -import java.util.LinkedList;
  -import java.util.ListIterator;
  -
   /**
    * The set of nodes is sorted into lines indexed into activeLines.
    * The nodes in each line are linked together in a single linked list by the 
  
  
  

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