pbwest 2002/11/08 05:39:24
Modified: src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
FoBasicLink.java FoBidiOverride.java
FoBlockContainer.java FoBlock.java FoCharacter.java
FoExternalGraphic.java FoFloat.java
FoFootnoteBody.java FoFootnote.java
FoInitialPropertySet.java FoInlineContainer.java
FoInline.java FoInstreamForeignObject.java
FoLeader.java FoListBlock.java FoListItemBody.java
FoListItem.java FoListItemLabel.java FoMarker.java
FoMultiCase.java FoMultiProperties.java
FoMultiPropertySet.java FoMultiSwitch.java
FoMultiToggle.java FoNoFo.java
FoPageNumberCitation.java FoPageNumber.java
FoRetrieveMarker.java FoTableAndCaption.java
FoTableBody.java FoTableCaption.java
FoTableCell.java FoTableColumn.java
FoTableFooter.java FoTableHeader.java FoTable.java
FoTableRow.java FoWrapper.java
Log:
Javadoc class comment fix.
Revision Changes Path
No revision
No revision
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java
Index: FoBasicLink.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoBasicLink.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoBasicLink.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:basic-link flow object.
*/
public class FoBasicLink extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java
Index: FoBidiOverride.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoBidiOverride.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoBidiOverride.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:bidi-override flow object.
*/
public class FoBidiOverride extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java
Index: FoBlockContainer.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoBlockContainer.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoBlockContainer.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:block-container flow object.
*/
public class FoBlockContainer extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java
Index: FoBlock.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoBlock.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoBlock.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:block flow object.
*/
public class FoBlock extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java
Index: FoCharacter.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoCharacter.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoCharacter.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:character flow object.
*/
public class FoCharacter extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java
Index: FoExternalGraphic.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoExternalGraphic.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoExternalGraphic.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:external-graphic flow object.
*/
public class FoExternalGraphic extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java
Index: FoFloat.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoFloat.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoFloat.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:float flow object.
*/
public class FoFloat extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java
Index: FoFootnoteBody.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoFootnoteBody.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoFootnoteBody.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:footnote-body flow object.
*/
public class FoFootnoteBody extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java
Index: FoFootnote.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoFootnote.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoFootnote.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:footnote flow object.
*/
public class FoFootnote extends FONode {
1.1.2.2 +3 -3
xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java
Index: FoInitialPropertySet.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoInitialPropertySet.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoInitialPropertySet.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:initial-property-set flow object.
*/
public class FoInitialPropertySet extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java
Index: FoInlineContainer.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoInlineContainer.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoInlineContainer.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:inline-container flow object.
*/
public class FoInlineContainer extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java
Index: FoInline.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoInline.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoInline.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:inline flow object.
*/
public class FoInline extends FONode {
1.1.2.2 +3 -3
xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java
Index: FoInstreamForeignObject.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoInstreamForeignObject.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoInstreamForeignObject.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:instream-foreign-object flow object.
*/
public class FoInstreamForeignObject extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java
Index: FoLeader.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoLeader.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoLeader.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:leader flow object.
*/
public class FoLeader extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java
Index: FoListBlock.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoListBlock.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoListBlock.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:list-block flow object.
*/
public class FoListBlock extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java
Index: FoListItemBody.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoListItemBody.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoListItemBody.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:list-item-body flow object.
*/
public class FoListItemBody extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java
Index: FoListItem.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoListItem.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoListItem.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:list-item flow object.
*/
public class FoListItem extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java
Index: FoListItemLabel.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoListItemLabel.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoListItemLabel.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:list-item-label flow object.
*/
public class FoListItemLabel extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java
Index: FoMarker.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMarker.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMarker.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:marker flow object.
*/
public class FoMarker extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java
Index: FoMultiCase.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMultiCase.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMultiCase.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:multi-case flow object.
*/
public class FoMultiCase extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java
Index: FoMultiProperties.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMultiProperties.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMultiProperties.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:multi-properties flow object.
*/
public class FoMultiProperties extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java
Index: FoMultiPropertySet.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMultiPropertySet.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMultiPropertySet.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:multi-property-set flow object.
*/
public class FoMultiPropertySet extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java
Index: FoMultiSwitch.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMultiSwitch.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMultiSwitch.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:multi-switch flow object.
*/
public class FoMultiSwitch extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java
Index: FoMultiToggle.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoMultiToggle.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoMultiToggle.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:multi-toggle flow object.
*/
public class FoMultiToggle extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java
Index: FoNoFo.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoNoFo.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoNoFo.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:no-fo flow object.
*/
public class FoNoFo extends FONode {
1.1.2.2 +3 -3
xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java
Index: FoPageNumberCitation.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoPageNumberCitation.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoPageNumberCitation.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:page-number-citation flow object.
*/
public class FoPageNumberCitation extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java
Index: FoPageNumber.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoPageNumber.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoPageNumber.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:page-number flow object.
*/
public class FoPageNumber extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java
Index: FoRetrieveMarker.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoRetrieveMarker.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoRetrieveMarker.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:retrieve-marker flow object.
*/
public class FoRetrieveMarker extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java
Index: FoTableAndCaption.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableAndCaption.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableAndCaption.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-and-caption flow object.
*/
public class FoTableAndCaption extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java
Index: FoTableBody.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableBody.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableBody.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-body flow object.
*/
public class FoTableBody extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java
Index: FoTableCaption.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableCaption.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableCaption.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-caption flow object.
*/
public class FoTableCaption extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java
Index: FoTableCell.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableCell.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableCell.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-cell flow object.
*/
public class FoTableCell extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java
Index: FoTableColumn.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableColumn.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableColumn.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-column flow object.
*/
public class FoTableColumn extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java
Index: FoTableFooter.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableFooter.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableFooter.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-footer flow object.
*/
public class FoTableFooter extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java
Index: FoTableHeader.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableHeader.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableHeader.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-header flow object.
*/
public class FoTableHeader extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java
Index: FoTable.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTable.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTable.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table flow object.
*/
public class FoTable extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java
Index: FoTableRow.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoTableRow.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoTableRow.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:table-row flow object.
*/
public class FoTableRow extends FONode {
1.1.2.2 +3 -3 xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java
Index: FoWrapper.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FoWrapper.java 8 Nov 2002 11:33:46 -0000 1.1.2.1
+++ FoWrapper.java 8 Nov 2002 13:39:22 -0000 1.1.2.2
@@ -27,7 +27,7 @@
import java.util.BitSet;
/**
- * Implements the fo:simple-page-master flow object
+ * Implements the fo:wrapper flow object.
*/
public class FoWrapper extends FONode {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]