gmazza 2004/07/24 18:14:25
Modified: src/java/org/apache/fop/fo FObj.java
Log:
Bug fixed in previous renaming.
Revision Changes Path
1.52 +1 -1 xml-fop/src/java/org/apache/fop/fo/FObj.java
Index: FObj.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FObj.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- FObj.java 24 Jul 2004 22:56:30 -0000 1.51
+++ FObj.java 25 Jul 2004 01:14:25 -0000 1.52
@@ -351,7 +351,7 @@
* @return A ListIterator or null if childNode isn't a child of
* this FObj.
*/
- public ListIterator getChildren(FONode childNode) {
+ public ListIterator getChildNodes(FONode childNode) {
if (childNodes != null) {
int i = childNodes.indexOf(childNode);
if (i >= 0) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]