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 pb...@apache.org on 2004/01/17 07:47:20 UTC

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

pbwest      2004/01/16 22:47:20

  Modified:    src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
                        FoMarker.java
  Log:
  Cosmetic changes only.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.6   +4 -7      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMarker.java
  
  Index: FoMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMarker.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoMarker.java	15 Jan 2004 03:10:57 -0000	1.1.2.5
  +++ FoMarker.java	17 Jan 2004 06:47:20 -0000	1.1.2.6
  @@ -1,6 +1,4 @@
   /*
  - * $Id$
  - * 
    * ============================================================================
    *                   The Apache Software License, Version 1.1
    * ============================================================================
  @@ -47,9 +45,8 @@
    * on  behalf of the Apache Software  Foundation and was  originally created by
    * James Tauber <jt...@jtauber.com>. For more  information on the Apache 
    * Software Foundation, please see <http://www.apache.org/>.
  - *  
  - *
  - * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  + * 
  + * $Id$
    */
   
   package org.apache.fop.fo.flow;
  @@ -73,6 +70,7 @@
   
   /**
    * Implements the fo:marker flow object.
  + * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
   public class FoMarker extends FONode {
   
  @@ -137,7 +135,6 @@
                       ev = xmlevents.expectOutOfLinePcdataOrInlineOrBlock();
                   if (ev != null) {
                       // Generate the flow object
  -                    //System.out.println("Generating flow object for " + ev);
                       FObjects.fobjects.makeFlowObject(
                               foTree, this, ev, stateFlags);
                       if (ev.getType() != XmlEvent.CHARACTERS) {
  
  
  

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