Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b497d41 commit 3454941Copy full SHA for 3454941
converter/src/main/java/com/iluwatar/converter/Converter.java
@@ -30,7 +30,7 @@
30
31
/**
32
* Generic converter, thanks to Java8 features not only provides a way of generic bidirectional
33
- * 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
34
* of the same type, reducing boilerplate code to the absolute minimum.
35
* @param <T> DTO representation's type
36
* @param <U> Domain representation's type
0 commit comments