sboag       00/12/08 19:57:29

  Modified:    java/src/org/apache/xpath/functions FuncLast.java
  Log:
  Just some added javadoc.
  
  Revision  Changes    Path
  1.5       +3 -3      
xml-xalan/java/src/org/apache/xpath/functions/FuncLast.java
  
  Index: FuncLast.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/functions/FuncLast.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FuncLast.java     2000/11/14 23:15:10     1.4
  +++ FuncLast.java     2000/12/09 03:57:29     1.5
  @@ -81,9 +81,9 @@
     /**
      * Get the position in the current context node list.
      *
  -   * NEEDSDOC @param xctxt
  +   * @param xctxt non-null reference to XPath runtime context.
      *
  -   * NEEDSDOC ($objectName$) @return
  +   * @return The number of nodes in the list.
      *
      * @throws javax.xml.transform.TransformerException
      */
  @@ -91,7 +91,7 @@
             throws javax.xml.transform.TransformerException
     {
   
  -    //    assert(null != m_contextNodeList, "m_contextNodeList must be 
non-null");
  +    // assert(null != m_contextNodeList, "m_contextNodeList must be 
non-null");
       // If we're in a predicate, then this will return non-null.
       SubContextList iter = xctxt.getSubContextList();
   
  
  
  

Reply via email to