From 0b635061bb9b30e9f28d49fe9606eb3cab2fd3f1 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 22 May 2013 16:36:33 +0300 Subject: [PATCH] Fixed order of parameters in javadoc (#11158) Change-Id: I523140051e1034b5fab501517e70209f29b6b869 --- server/src/com/vaadin/data/util/converter/Converter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/com/vaadin/data/util/converter/Converter.java b/server/src/com/vaadin/data/util/converter/Converter.java index be9bb32413..ded7da7fb5 100644 --- a/server/src/com/vaadin/data/util/converter/Converter.java +++ b/server/src/com/vaadin/data/util/converter/Converter.java @@ -38,12 +38,12 @@ import java.util.Locale; * If conversion of a value fails, a {@link ConversionException} is thrown. *

* - * @param - * The model type. Must be compatible with what - * {@link #getModelType()} returns. * @param * The presentation type. Must be compatible with what * {@link #getPresentationType()} returns. + * @param + * The model type. Must be compatible with what + * {@link #getModelType()} returns. * @author Vaadin Ltd. * @since 7.0 */ -- 2.39.5