You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/11/16 10:49:09 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core WhenTag.java

dion        2002/11/16 01:49:09

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        WhenTag.java
  Log:
  Fix bad comment
  
  Revision  Changes    Path
  1.9       +6 -6      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core/WhenTag.java
  
  Index: WhenTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core/WhenTag.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WhenTag.java	30 Oct 2002 19:16:20 -0000	1.8
  +++ WhenTag.java	16 Nov 2002 09:49:08 -0000	1.9
  @@ -102,7 +102,7 @@
       // Properties
       //-------------------------------------------------------------------------                
       
  -    /** Sets the XPath expression to evaluate. */
  +    /** Sets the expression to evaluate. */
       public void setTest(Expression test) {
           this.test = test;
       }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>