Typo coresponding -> corresponding (#879)
This commit is contained in:
parent
b497d41f61
commit
3454941dcd
@ -30,7 +30,7 @@ import java.util.stream.Collectors;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Generic converter, thanks to Java8 features not only provides a way of generic bidirectional
|
* Generic converter, thanks to Java8 features not only provides a way of generic bidirectional
|
||||||
* conversion between coresponding types, but also a common way of converting a collection of objects
|
* conversion between corresponding types, but also a common way of converting a collection of objects
|
||||||
* of the same type, reducing boilerplate code to the absolute minimum.
|
* of the same type, reducing boilerplate code to the absolute minimum.
|
||||||
* @param <T> DTO representation's type
|
* @param <T> DTO representation's type
|
||||||
* @param <U> Domain representation's type
|
* @param <U> Domain representation's type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user