Skip to content

Commit

Permalink
Correct Javadoc lines (#6613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujoni authored and Denis committed Oct 4, 2019
1 parent b85ac5e commit 9653de2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public interface Converter<PRESENTATION, MODEL> extends Serializable {

/**
* Converts the given value from model type to presentation type.
* Converts the given value from presentation type to model type.
* <p>
* A converter can optionally use locale to do the conversion.
*
Expand All @@ -53,7 +53,7 @@ public interface Converter<PRESENTATION, MODEL> extends Serializable {
Result<MODEL> convertToModel(PRESENTATION value, ValueContext context);

/**
* Converts the given value from presentation type to model type.
* Converts the given value from model type to presentation type.
* <p>
* A converter can optionally use locale to do the conversion.
*
Expand Down

0 comments on commit 9653de2

Please sign in to comment.