dmkarr      2002/10/05 15:52:13

  Modified:    src/share/org/apache/struts/taglib/html PasswordTag.java
  Log:
  PR: 13127
  Changed javadoc comment to indicate "password" instead of "text".
  
  Revision  Changes    Path
  1.2       +5 -5      
jakarta-struts/src/share/org/apache/struts/taglib/html/PasswordTag.java
  
  Index: PasswordTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/PasswordTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PasswordTag.java  6 Jan 2001 21:50:39 -0000       1.1
  +++ PasswordTag.java  5 Oct 2002 22:52:13 -0000       1.2
  @@ -64,7 +64,7 @@
   
   
   /**
  - * Custom tag for input fields of type "text".
  + * Custom tag for input fields of type "password".
    *
    * @author Craig R. McClanahan
    * @version $Revision$ $Date$
  
  
  

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

Reply via email to