Author: mgrigorov
Date: Sun Dec 12 10:16:10 2010
New Revision: 1044783

URL: http://svn.apache.org/viewvc?rev=1044783&view=rev
Log:
Fix the name of PasswordTextField in javadoc

Modified:
    
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java

Modified: 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java?rev=1044783&r1=1044782&r2=1044783&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java
 (original)
+++ 
wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java
 Sun Dec 12 10:16:10 2010
@@ -111,7 +111,7 @@ public class TextField<T> extends Abstra
 
        /**
         * Subclass should override this method if this textfield is mapped on 
a different input type as
-        * text. Like PasswordField or HiddenField.
+        * text. Like PasswordTextField or HiddenField.
         * 
         * @return The input type of this textfield, default is null
         */


Reply via email to