Javadoc fix

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c31e1002
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c31e1002
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c31e1002

Branch: refs/heads/wicket-1.5.x
Commit: c31e1002e830848968f63a19af3807d46989d095
Parents: 8be6d67
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri Apr 20 16:55:15 2012 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri Apr 20 16:55:15 2012 +0300

----------------------------------------------------------------------
 .../wicket/markup/html/form/NumberTextField.java   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c31e1002/wicket-core/src/main/java/org/apache/wicket/markup/html/form/NumberTextField.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/NumberTextField.java
 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/NumberTextField.java
index be20b46..e76979d 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/NumberTextField.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/NumberTextField.java
@@ -27,8 +27,8 @@ import org.apache.wicket.validation.validator.RangeValidator;
  * A {@link TextField} for HTML5 &lt;input&gt; with type <em>number</em>.
  * 
  * <p>
- * Automatically validates the input against the configured {@link 
#setMinimum(Double) min} and
- * {@link #setMaximum(Double) max} attributes. If any of them is 
<code>null</code> then
+ * Automatically validates the input against the configured {@link 
#setMinimum(Number) min} and
+ * {@link #setMaximum(Number) max} attributes. If any of them is 
<code>null</code> then
  * {@link Double#MIN_VALUE} and {@link Double#MAX_VALUE} are used respectfully.
  * 
  * Note: {@link #setType(Class)} must be called explicitly!

Reply via email to