[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fop-cvs
Subject:    cvs commit: xml-fop/src/java/org/apache/fop/fo FObj.java
From:       gmazza () apache ! org
Date:       2004-07-25 1:14:25
Message-ID: 20040725011425.88981.qmail () minotaur ! apache ! org
[Download RAW message or body]

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: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic