[ 
https://issues.apache.org/jira/browse/WICKET-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721440#action_12721440
 ] 

Juergen Donnerstag commented on WICKET-2287:
--------------------------------------------

fixed it. thanks

> change JavaDoc of NumberValidator to point to newly created Validators
> ----------------------------------------------------------------------
>
>                 Key: WICKET-2287
>                 URL: https://issues.apache.org/jira/browse/WICKET-2287
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket
>    Affects Versions: 1.4-RC4
>            Reporter: Ernesto Reinaldo Barreiro
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC5
>
>
> NumberValidator.range, and fellows methods, appear as deprecated. The JavaDoc 
> of that method says see RangeValidator which point to:
> @Deprecated
> public static class RangeValidator extends NumberValidator {
> }
>  which is in turn points to itself (see {...@link RangeValidator}). This 
> RangeValidator shuld be the new non inner class
> public class RangeValidator<Z extends Comparable<Z> & Serializable> 
> implements IValidator<Z> {
> ....
> }
> on the same package. This applies to all static methods NumberValidator.xxx.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to