You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/12/12 11:16:11 UTC

svn commit: r1044783 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java

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
 	 */