pbwest      2004/02/15 16:15:29

  Modified:    src/java/org/apache/fop/datastructs Tag:
                        FOP_0-20-0_Alt-Design SyncedNode.java
               src/java/org/apache/fop/area Tag: FOP_0-20-0_Alt-Design
                        BlockArea.java Area.java
  Log:
  Extended some comments
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +9 -9      
xml-fop/src/java/org/apache/fop/datastructs/Attic/SyncedNode.java
  
  Index: SyncedNode.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/datastructs/Attic/SyncedNode.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SyncedNode.java   1 Feb 2004 08:12:00 -0000       1.1.2.1
  +++ SyncedNode.java   16 Feb 2004 00:15:29 -0000      1.1.2.2
  @@ -40,8 +40,8 @@
       }
   
       /**
  -     * @param parent
  -     * @param index
  +     * @param parent <code>Node</code> of this
  +     * @param index of this in children of parent
        * @param sync the object on which synchronization for this
        * node will occur
        * @throws IndexOutOfBoundsException
  
  
  
  No                   revision
  No                   revision
  1.1.2.4   +5 -5      xml-fop/src/java/org/apache/fop/area/Attic/BlockArea.java
  
  Index: BlockArea.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/Attic/BlockArea.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- BlockArea.java    1 Feb 2004 08:12:00 -0000       1.1.2.3
  +++ BlockArea.java    16 Feb 2004 00:15:29 -0000      1.1.2.4
  @@ -28,8 +28,8 @@
   public class BlockArea extends Area {
   
       /**
  -     * @param parent
  -     * @param index
  +     * @param parent of this node
  +     * @param index of this in children of parent
        * @throws IndexOutOfBoundsException
        */
       public BlockArea(Node parent, int index, Object areaSync)
  @@ -39,7 +39,7 @@
       }
   
       /**
  -     * @param parent
  +     * @param parent of this node
        * @throws IndexOutOfBoundsException
        */
       public BlockArea(Node parent, Object areaSync)
  
  
  
  1.1.2.4   +3 -3      xml-fop/src/java/org/apache/fop/area/Area.java
  
  Index: Area.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/Area.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- Area.java 2 Feb 2004 02:01:44 -0000       1.1.2.3
  +++ Area.java 16 Feb 2004 00:15:29 -0000      1.1.2.4
  @@ -37,8 +37,8 @@
       protected Integer bPDimMin = null;
       
       /**
  -     * @param parent
  -     * @param index
  +     * @param parent <code>Node</code> of this
  +     * @param index of this in children of parent
        * @throws IndexOutOfBoundsException
        */
       public Area(Node parent, int index, Object areaSync)
  @@ -48,7 +48,7 @@
       }
   
       /**
  -     * @param parent
  +     * @param parent <code>Node</code> of this
        * @throws IndexOutOfBoundsException
        */
       public Area(Node parent, Object areaSync)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to