Author: knopp
Date: Sat Mar 29 11:55:10 2008
New Revision: 642583
URL: http://svn.apache.org/viewvc?rev=642583&view=rev
Log:
javadoc correction
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java?rev=642583&r1=642582&r2=642583&view=diff
==============================================================================
---
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
(original)
+++
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
Sat Mar 29 11:55:10 2008
@@ -118,7 +118,7 @@
/**
* Gets an Integer range validator for checking if a number is smaller
than or equal to the
* given maximum value. If that is not the case, an error message will
be generated with the key
- * "StringValidator.maximum". The message keys that can be used are:
+ * "NumberValidator.maximum". The message keys that can be used are:
* <p>
* <ul>
* <li>${maximum}: the maximum value</li>
@@ -194,7 +194,7 @@
/**
* Gets a Double maximum validator for checking if an number is smaller
than or equal to the
* given maximum value. If that is not the case, an error message will
be generated with the key
- * "StringValidator.maximum". The message keys that can be used are:
+ * "NumberValidator.maximum". The message keys that can be used are:
* <p>
* <ul>
* <li>${maximum}: the maximum value</li>