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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to