]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Cosmetic changes only.
authorPeter Bernard West <pbwest@apache.org>
Sat, 17 Jan 2004 06:47:20 +0000 (06:47 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sat, 17 Jan 2004 06:47:20 +0000 (06:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197210 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/FoMarker.java

index 7ff28d778abe56aadc58a758da1d03f10c53d749..36d3ed99c53c21053e38ad073ff34b4cdfbfead4 100644 (file)
@@ -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 <jtauber@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 @@ import org.apache.fop.xml.UnexpectedStartElementException;
 
 /**
  * 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 @@ public class FoMarker extends FONode {
                     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) {