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/02/26 00:40:30 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoFootnote.java FoTableColumn.java FoTableBody.java FoRetrieveMarker.java FoMultiCase.java FoMultiPropertySet.java FoListBlock.java FoListItem.java FoTable.java FoPageSequence.java FoFloat.java FoInstreamForeignObject.java FoStaticContent.java FoTitle.java FoFlow.java FoBasicLink.java FoInitialPropertySet.java FoBidiOverride.java FoLeader.java FoTableCell.java FoPageNumberCitation.java FoBlockContainer.java FoMultiToggle.java FoTableRow.java FoMultiProperties.java FoMultiSwitch.java FoWrapper.java FoMarker.java FoTableAndCaption.java FoListItemLabel.java FoTableHeader.java FoPageNumber.java FoFootnoteBody.java FoCharacter.java FoBlock.java FoListItemBody.java FoInline.java FoPcdata.java FoExternalGraphic.java FoNoFo.java FoTableCaption.java FoTableFooter.java FoInlineContainer.java

pbwest      2004/02/25 15:40:30

  Modified:    src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
                        FoFootnote.java FoTableColumn.java FoTableBody.java
                        FoRetrieveMarker.java FoMultiCase.java
                        FoMultiPropertySet.java FoListBlock.java
                        FoListItem.java FoTable.java FoPageSequence.java
                        FoFloat.java FoInstreamForeignObject.java
                        FoStaticContent.java FoTitle.java FoFlow.java
                        FoBasicLink.java FoInitialPropertySet.java
                        FoBidiOverride.java FoLeader.java FoTableCell.java
                        FoPageNumberCitation.java FoBlockContainer.java
                        FoMultiToggle.java FoTableRow.java
                        FoMultiProperties.java FoMultiSwitch.java
                        FoWrapper.java FoMarker.java FoTableAndCaption.java
                        FoListItemLabel.java FoTableHeader.java
                        FoPageNumber.java FoFootnoteBody.java
                        FoCharacter.java FoBlock.java FoListItemBody.java
                        FoInline.java FoPcdata.java FoExternalGraphic.java
                        FoNoFo.java FoTableCaption.java FoTableFooter.java
                        FoInlineContainer.java
  Log:
  Cleaned up Javadoc link to inaccessible method.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.9   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFootnote.java
  
  Index: FoFootnote.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFootnote.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoFootnote.java	19 Feb 2004 03:11:38 -0000	1.1.2.8
  +++ FoFootnote.java	25 Feb 2004 23:40:28 -0000	1.1.2.9
  @@ -61,8 +61,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableColumn.java
  
  Index: FoTableColumn.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableColumn.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoTableColumn.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoTableColumn.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableBody.java
  
  Index: FoTableBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableBody.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableBody.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableBody.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java
  
  Index: FoRetrieveMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoRetrieveMarker.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoRetrieveMarker.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -46,8 +46,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiCase.java
  
  Index: FoMultiCase.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiCase.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMultiCase.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoMultiCase.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java
  
  Index: FoMultiPropertySet.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoMultiPropertySet.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoMultiPropertySet.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -46,8 +46,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListBlock.java
  
  Index: FoListBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListBlock.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoListBlock.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoListBlock.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItem.java
  
  Index: FoListItem.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItem.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoListItem.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoListItem.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -49,8 +49,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTable.java
  
  Index: FoTable.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTable.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTable.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoTable.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +13 -9     xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageSequence.java
  
  Index: FoPageSequence.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageSequence.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoPageSequence.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoPageSequence.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -49,8 +49,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  @@ -139,9 +138,14 @@
                   new FoStaticContent(getFOTree(), this, (FoXmlEvent)ev);
                   namespaces.relinquishEvent(ev);
               }
  -
  -            // Look for one or more page-sequence
  -            // must have at least one
  +            
  +            // Generate a null page for the flow(s)
  +            
  +
  +            // Look for one or more fo:flow
  +            // must have at least one: N.B. in 1.0, only one is allowed,
  +            // but in 1.1. multiple flows are allowed with different 
  +            // flow maps
               nowProcessing = "flow";
               ev = xmlevents.expectStartElement
                           (FObjectNames.FLOW, XmlEvent.DISCARD_W_SPACE);
  @@ -154,7 +158,7 @@
               while ((ev = xmlevents.expectStartElement
                               (FObjectNames.FLOW, XmlEvent.DISCARD_W_SPACE))
                      != null) {
  -                // Loop over remaining fo:page-sequences
  +                // Loop over remaining fo:flow elements
                   new FoFlow(getFOTree(), this, (FoXmlEvent)ev);
                   ev = xmlevents.getEndElement(XmlEventReader.DISCARD_EV, ev);
                   namespaces.relinquishEvent(ev);
  
  
  
  1.1.2.9   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFloat.java
  
  Index: FoFloat.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFloat.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoFloat.java	19 Feb 2004 03:11:38 -0000	1.1.2.8
  +++ FoFloat.java	25 Feb 2004 23:40:28 -0000	1.1.2.9
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java
  
  Index: FoInstreamForeignObject.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoInstreamForeignObject.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoInstreamForeignObject.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoStaticContent.java
  
  Index: FoStaticContent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoStaticContent.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoStaticContent.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoStaticContent.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTitle.java
  
  Index: FoTitle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTitle.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTitle.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoTitle.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFlow.java
  
  Index: FoFlow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFlow.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoFlow.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoFlow.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBasicLink.java
  
  Index: FoBasicLink.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBasicLink.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoBasicLink.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoBasicLink.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java
  
  Index: FoInitialPropertySet.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoInitialPropertySet.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoInitialPropertySet.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBidiOverride.java
  
  Index: FoBidiOverride.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBidiOverride.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoBidiOverride.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoBidiOverride.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoLeader.java
  
  Index: FoLeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoLeader.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoLeader.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoLeader.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -49,8 +49,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableCell.java
  
  Index: FoTableCell.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableCell.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableCell.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableCell.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.7   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java
  
  Index: FoPageNumberCitation.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoPageNumberCitation.java	19 Feb 2004 03:11:38 -0000	1.1.2.6
  +++ FoPageNumberCitation.java	25 Feb 2004 23:40:28 -0000	1.1.2.7
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBlockContainer.java
  
  Index: FoBlockContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBlockContainer.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoBlockContainer.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoBlockContainer.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiToggle.java
  
  Index: FoMultiToggle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiToggle.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMultiToggle.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoMultiToggle.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableRow.java
  
  Index: FoTableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableRow.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableRow.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableRow.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.9   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiProperties.java
  
  Index: FoMultiProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiProperties.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoMultiProperties.java	19 Feb 2004 03:11:38 -0000	1.1.2.8
  +++ FoMultiProperties.java	25 Feb 2004 23:40:28 -0000	1.1.2.9
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.9   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java
  
  Index: FoMultiSwitch.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoMultiSwitch.java	19 Feb 2004 03:11:38 -0000	1.1.2.8
  +++ FoMultiSwitch.java	25 Feb 2004 23:40:28 -0000	1.1.2.9
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoWrapper.java
  
  Index: FoWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoWrapper.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoWrapper.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoWrapper.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.11  +3 -4      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.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMarker.java	19 Feb 2004 03:11:38 -0000	1.1.2.10
  +++ FoMarker.java	25 Feb 2004 23:40:28 -0000	1.1.2.11
  @@ -49,8 +49,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java
  
  Index: FoTableAndCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableAndCaption.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableAndCaption.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItemLabel.java
  
  Index: FoListItemLabel.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItemLabel.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoListItemLabel.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoListItemLabel.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableHeader.java
  
  Index: FoTableHeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableHeader.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableHeader.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableHeader.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.7   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumber.java
  
  Index: FoPageNumber.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPageNumber.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoPageNumber.java	19 Feb 2004 03:11:38 -0000	1.1.2.6
  +++ FoPageNumber.java	25 Feb 2004 23:40:28 -0000	1.1.2.7
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.9   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java
  
  Index: FoFootnoteBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoFootnoteBody.java	19 Feb 2004 03:11:38 -0000	1.1.2.8
  +++ FoFootnoteBody.java	25 Feb 2004 23:40:28 -0000	1.1.2.9
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoCharacter.java
  
  Index: FoCharacter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoCharacter.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoCharacter.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoCharacter.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.13  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBlock.java
  
  Index: FoBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoBlock.java,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u -r1.1.2.12 -r1.1.2.13
  --- FoBlock.java	19 Feb 2004 03:11:38 -0000	1.1.2.12
  +++ FoBlock.java	25 Feb 2004 23:40:28 -0000	1.1.2.13
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItemBody.java
  
  Index: FoListItemBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoListItemBody.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoListItemBody.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoListItemBody.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.12  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInline.java
  
  Index: FoInline.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInline.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoInline.java	19 Feb 2004 03:11:38 -0000	1.1.2.11
  +++ FoInline.java	25 Feb 2004 23:40:28 -0000	1.1.2.12
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.7   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPcdata.java
  
  Index: FoPcdata.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoPcdata.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoPcdata.java	19 Feb 2004 03:11:38 -0000	1.1.2.6
  +++ FoPcdata.java	25 Feb 2004 23:40:28 -0000	1.1.2.7
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java
  
  Index: FoExternalGraphic.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoExternalGraphic.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoExternalGraphic.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -47,8 +47,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.6   +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoNoFo.java
  
  Index: FoNoFo.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoNoFo.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- FoNoFo.java	19 Feb 2004 03:11:38 -0000	1.1.2.5
  +++ FoNoFo.java	25 Feb 2004 23:40:28 -0000	1.1.2.6
  @@ -40,8 +40,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       //private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableCaption.java
  
  Index: FoTableCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableCaption.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableCaption.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableCaption.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableFooter.java
  
  Index: FoTableFooter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoTableFooter.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoTableFooter.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoTableFooter.java	25 Feb 2004 23:40:28 -0000	1.1.2.10
  @@ -50,8 +50,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  
  1.1.2.10  +3 -4      xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInlineContainer.java
  
  Index: FoInlineContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Attic/FoInlineContainer.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoInlineContainer.java	19 Feb 2004 03:11:38 -0000	1.1.2.9
  +++ FoInlineContainer.java	25 Feb 2004 23:40:29 -0000	1.1.2.10
  @@ -51,8 +51,7 @@
   
       /** Map of <tt>Integer</tt> indices of <i>sparsePropsSet</i> array.
           It is indexed by the FO index of the FO associated with a given
  -        position in the <i>sparsePropsSet</i> array. See
  -        {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}.
  +        position in the <i>sparsePropsSet</i> array.
        */
       private static final int[] sparsePropsMap;
   
  
  
  

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