You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by James Tauber <jt...@locus.apache.org> on 1999/11/25 18:55:30 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/flow Table.java TableCell.java

jtauber     99/11/25 09:55:30

  Modified:    src/org/apache/fop/fo/flow Table.java TableCell.java
  Log:
  corrected spelling of Eric Schaeffer's name in a couple of places
  
  Revision  Changes    Path
  1.8       +2 -2      xml-fop/src/org/apache/fop/fo/flow/Table.java
  
  Index: Table.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Table.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Table.java	1999/11/25 17:33:12	1.7
  +++ Table.java	1999/11/25 17:55:29	1.8
  @@ -1,4 +1,4 @@
  -/*-- $Id: Table.java,v 1.7 1999/11/25 17:33:12 jtauber Exp $ -- 
  +/*-- $Id: Table.java,v 1.8 1999/11/25 17:55:29 jtauber Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -154,7 +154,7 @@
   	blockArea.setPage(area.getPage());
   	blockArea.start();
   
  -	// added by Eric Shaeffer
  +	// added by Eric Schaeffer
   	currentColumnNumber = 0;
   
   	int numChildren = this.children.size();
  
  
  
  1.8       +2 -2      xml-fop/src/org/apache/fop/fo/flow/TableCell.java
  
  Index: TableCell.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableCell.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TableCell.java	1999/11/25 17:33:13	1.7
  +++ TableCell.java	1999/11/25 17:55:29	1.8
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableCell.java,v 1.7 1999/11/25 17:33:13 jtauber Exp $ -- 
  +/*-- $Id: TableCell.java,v 1.8 1999/11/25 17:55:29 jtauber Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -142,7 +142,7 @@
   	blockArea.setPage(area.getPage());
   	blockArea.start();
   
  -	// added by Eric Shaeffer
  +	// added by Eric Schaeffer
   	height = 0;
   
   	int numChildren = this.children.size();