Change-Id: I523140051e1034b5fab501517e70209f29b6b869
* 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
*/