diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-23 09:23:50 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-23 10:06:55 +0200 |
commit | 1f62c02e010434ec29f47c2459f57c890c9bba49 (patch) | |
tree | 7c27a2287d463a4515438337897c2507d28348de /server/src/com/vaadin/data | |
parent | c214eba701439f7e47f8b71246484d62886960e7 (diff) | |
download | vaadin-framework-1f62c02e010434ec29f47c2459f57c890c9bba49.tar.gz vaadin-framework-1f62c02e010434ec29f47c2459f57c890c9bba49.zip |
Reformatted server/src
Change-Id: Idfb1e782c6d544765f8ebad0f9c9969358f1e5fe
Diffstat (limited to 'server/src/com/vaadin/data')
-rw-r--r-- | server/src/com/vaadin/data/validator/DoubleValidator.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/data/validator/DoubleValidator.java b/server/src/com/vaadin/data/validator/DoubleValidator.java index df5a3ca292..c382271e34 100644 --- a/server/src/com/vaadin/data/validator/DoubleValidator.java +++ b/server/src/com/vaadin/data/validator/DoubleValidator.java @@ -34,9 +34,9 @@ public class DoubleValidator extends AbstractStringValidator { * * @param errorMessage * the message to display in case the value does not validate. - * @deprecated As of 7.0. Use a Double converter on the field instead - * and/or use a {@link DoubleRangeValidator} for validating that - * the value is inside a given range. + * @deprecated As of 7.0. Use a Double converter on the field instead and/or + * use a {@link DoubleRangeValidator} for validating that the + * value is inside a given range. */ @Deprecated public DoubleValidator(String errorMessage) { |