]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed order of parameters in javadoc (#11158)
authorArtur Signell <artur@vaadin.com>
Wed, 22 May 2013 13:36:33 +0000 (16:36 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 22 May 2013 13:49:24 +0000 (13:49 +0000)
Change-Id: I523140051e1034b5fab501517e70209f29b6b869

server/src/com/vaadin/data/util/converter/Converter.java

index be9bb32413d548170c4ce18eb76c447688c5bcc4..ded7da7fb5a927fdc2cc3cdc8560a0f95f76d96e 100644 (file)
@@ -38,12 +38,12 @@ import java.util.Locale;
  * If conversion of a value fails, a {@link ConversionException} is thrown.
  * </p>
  * 
- * @param <MODEL>
- *            The model type. Must be compatible with what
- *            {@link #getModelType()} returns.
  * @param <PRESENTATION>
  *            The presentation type. Must be compatible with what
  *            {@link #getPresentationType()} returns.
+ * @param <MODEL>
+ *            The model type. Must be compatible with what
+ *            {@link #getModelType()} returns.
  * @author Vaadin Ltd.
  * @since 7.0
  */