summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-23 09:23:50 +0200
committerArtur Signell <artur@vaadin.com>2012-11-23 10:06:55 +0200
commit1f62c02e010434ec29f47c2459f57c890c9bba49 (patch)
tree7c27a2287d463a4515438337897c2507d28348de /server/src/com/vaadin/data
parentc214eba701439f7e47f8b71246484d62886960e7 (diff)
downloadvaadin-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.java6
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) {