ilene       2002/07/29 11:32:59

  Modified:    java/src/org/apache/xalan/lib Extensions.java ExsltSets.java
                        ExsltMath.java ExsltCommon.java
  Log:
  Committed patch for bugzilla#10323 (incorrect Javadoc 
  in the extension code.)
  Submitted by Morris Kwan ([EMAIL PROTECTED])
  
  Revision  Changes    Path
  1.19      +1 -1      xml-xalan/java/src/org/apache/xalan/lib/Extensions.java
  
  Index: Extensions.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/Extensions.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Extensions.java   21 Jun 2002 15:43:53 -0000      1.18
  +++ Extensions.java   29 Jul 2002 18:32:59 -0000      1.19
  @@ -280,7 +280,7 @@
     }
   
     /**
  -   * Returns true of both node-sets contain the same set of nodes.
  +   * Returns true if both node-sets contain the same set of nodes.
      * @param n1 NodeIterator for first node-set
      *
      * NEEDSDOC @param ni1
  
  
  
  1.3       +3 -3      xml-xalan/java/src/org/apache/xalan/lib/ExsltSets.java
  
  Index: ExsltSets.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/ExsltSets.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExsltSets.java    22 Mar 2002 18:54:57 -0000      1.2
  +++ ExsltSets.java    29 Jul 2002 18:32:59 -0000      1.3
  @@ -93,7 +93,7 @@
    * This class contains EXSLT set extension functions.
    * It is accessed by specifying a namespace URI as follows:
    * <pre>
  - *    xmlns:set="http://exslt.org/xalan/sets";
  + *    xmlns:set="http://exslt.org/sets";
    * </pre>
    * 
    * The documentation for each function has been copied from the relevant
  @@ -145,8 +145,8 @@
      * 
      * @param ni1 NodeIterator for first node-set.
      * @param ni2 NodeIterator for second node-set.
  -   * @return a node-set containing the nodes in ni1 that precede in document 
order the first
  -   * node in ni2; an empty node-set if the first noe in ni2 is not in ni1; 
all of ni1 if ni2
  +   * @return a node-set containing the nodes in ni1 that follow in document 
order the first
  +   * node in ni2; an empty node-set if the first node in ni2 is not in ni1; 
all of ni1 if ni2
      * is empty.
      * 
      * @see <a href="http://www.exslt.org/";>EXSLT</a>
  
  
  
  1.3       +2 -2      xml-xalan/java/src/org/apache/xalan/lib/ExsltMath.java
  
  Index: ExsltMath.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/ExsltMath.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExsltMath.java    22 Mar 2002 18:54:57 -0000      1.2
  +++ ExsltMath.java    29 Jul 2002 18:32:59 -0000      1.3
  @@ -195,7 +195,7 @@
      * @param expCon is passed in by the Xalan extension processor
      * @param ni The NodeIterator for the node-set to be evaluated.
      * 
  -   * @return node-set with nodes containing the minimum value found, an 
empty node-set
  +   * @return node-set with nodes containing the maximum value found, an 
empty node-set
      * if any node cannot be converted to a number.
      */
     public static NodeSet highest (ExpressionContext expCon, NodeIterator ni)
  @@ -234,7 +234,7 @@
      * @param expCon is passed in by the Xalan extension processor
      * @param ni The NodeIterator for the node-set to be evaluated.
      * 
  -   * @return node-set with nodes containing the maximum value found, an 
empty node-set
  +   * @return node-set with nodes containing the minimum value found, an 
empty node-set
      * if any node cannot be converted to a number.
      * 
      */
  
  
  
  1.4       +1 -1      xml-xalan/java/src/org/apache/xalan/lib/ExsltCommon.java
  
  Index: ExsltCommon.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/ExsltCommon.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExsltCommon.java  18 Jun 2002 19:07:24 -0000      1.3
  +++ ExsltCommon.java  29 Jul 2002 18:32:59 -0000      1.4
  @@ -94,7 +94,7 @@
    * This class contains EXSLT common extension functions.
    * It is accessed by specifying a namespace URI as follows:
    * <pre>
  - *    xmlns:exslt="http://exslt.org/xalan/common";
  + *    xmlns:exslt="http://exslt.org/common";
    * </pre>
    * 
    * The documentation for each function has been copied from the relevant
  
  
  

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

Reply via email to