keiron      02/03/08 07:41:47

  Modified:    src/org/apache/fop/fo FOText.java FObj.java
  Log:
  removed unneeded imports
  
  Revision  Changes    Path
  1.30      +1 -2      xml-fop/src/org/apache/fop/fo/FOText.java
  
  Index: FOText.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FOText.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- FOText.java       8 Jan 2002 09:52:16 -0000       1.29
  +++ FOText.java       8 Mar 2002 15:41:47 -0000       1.30
  @@ -1,5 +1,5 @@
   /*
  - * $Id: FOText.java,v 1.29 2002/01/08 09:52:16 keiron Exp $
  + * $Id: FOText.java,v 1.30 2002/03/08 15:41:47 keiron Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources."
  @@ -15,7 +15,6 @@
   import org.apache.fop.datatypes.*;
   import org.apache.fop.fo.properties.*;
   import org.apache.fop.apps.FOPException;
  -import org.apache.fop.system.BufferManager;
   import org.apache.fop.layoutmgr.LayoutManager;
   import org.apache.fop.layoutmgr.TextLayoutManager;
   
  
  
  
  1.28      +1 -2      xml-fop/src/org/apache/fop/fo/FObj.java
  
  Index: FObj.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FObj.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- FObj.java 21 Nov 2001 22:13:36 -0000      1.27
  +++ FObj.java 8 Mar 2002 15:41:47 -0000       1.28
  @@ -1,5 +1,5 @@
   /*
  - * $Id: FObj.java,v 1.27 2001/11/21 22:13:36 klease Exp $
  + * $Id: FObj.java,v 1.28 2002/03/08 15:41:47 keiron Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -17,7 +17,6 @@
   import org.apache.fop.layout.Area;
   import org.apache.fop.layout.AreaClass;
   import org.apache.fop.layout.LinkSet;
  -import org.apache.fop.system.BufferManager;
   import org.apache.fop.fo.flow.Marker;
   
   // Java
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to