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 jo...@locus.apache.org on 2000/07/06 01:13:31 UTC

cvs commit: xml-fop/src/org/apache/fop/layout BlockArea.java

jordan      00/07/05 16:13:29

  Modified:    src/org/apache/fop/layout BlockArea.java
  Log:
  removed unnecessary line
  
  Revision  Changes    Path
  1.12      +1 -2      xml-fop/src/org/apache/fop/layout/BlockArea.java
  
  Index: BlockArea.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/layout/BlockArea.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- BlockArea.java	2000/07/05 23:05:03	1.11
  +++ BlockArea.java	2000/07/05 23:13:28	1.12
  @@ -1,4 +1,4 @@
  -/*-- $Id: BlockArea.java,v 1.11 2000/07/05 23:05:03 jordan Exp $ -- 
  +/*-- $Id: BlockArea.java,v 1.12 2000/07/05 23:13:28 jordan Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -136,7 +136,6 @@
   
       }
   
  -Imaginary Buffer Line
       public int addText(FontState fontState, float red, float green,
   		       float blue, int wrapOption, LinkSet ls,
   		       int whiteSpaceTreatment, char data[],