Hi,

Yesterday I synchronized with latest 1.4 trunk and my
NumberValidator.range(..) 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}). I assume
this RangeValidator is the new non inner class

public class RangeValidator<Z extends Comparable<Z> & Serializable>
implements IValidator<Z> {
....
}

It would be nice to get the JavaDoc fixed to point the non inner class.
Shall I create a JIRA issue for this?

Best,

Ernesto

Reply via email to