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 je...@apache.org on 2005/05/27 10:37:33 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/pagination Flow.java

jeremias    2005/05/27 01:37:33

  Modified:    src/java/org/apache/fop/fo/pagination Flow.java
  Log:
  Cleanup
  
  Revision  Changes    Path
  1.40      +3 -16     xml-fop/src/java/org/apache/fop/fo/pagination/Flow.java
  
  Index: Flow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/pagination/Flow.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Flow.java	5 Mar 2005 04:10:36 -0000	1.39
  +++ Flow.java	27 May 2005 08:37:33 -0000	1.40
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -18,10 +18,6 @@
   
   package org.apache.fop.fo.pagination;
   
  -// Java
  -import java.util.ArrayList;
  -import java.util.List;
  -
   import org.xml.sax.Locator;
   
   import org.apache.fop.apps.FOPException;
  @@ -29,22 +25,15 @@
   import org.apache.fop.fo.FObj;
   import org.apache.fop.fo.PropertyList;
   import org.apache.fop.fo.ValidationException;
  -import org.apache.fop.layoutmgr.FlowLayoutManager;
   
   /**
    * Class modelling the fo:flow object.
  - * @todo check need for markerSnapshot, contentWidth
    */
   public class Flow extends FObj {
       // The value of properties relevant for fo:flow.
       private String flowName;
       // End of property values
       
  -    /**
  -     * ArrayList to store snapshot
  -     */
  -    private ArrayList markerSnapshot;
  -
       /** used for FO validation */
       private boolean blockItemFound = false;
   
  @@ -126,9 +115,7 @@
           return true;
       }
   
  -    /**
  -     * Return "flow-name" property.
  -     */
  +    /** @return "flow-name" property. */
       public String getFlowName() {
           return flowName;
       }
  
  
  

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