File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
sprocwrapper/globalvaluetransformer
typemapper/core/fieldMapper Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ public class ReflectionUtils {
19
19
*
20
20
* @param clazz the class to introspect
21
21
* @param name the name of the method
22
- * @param paramTypes the parameter types of the method (may be <code>null</code> to indicate any signature)
23
22
*
24
23
* @return the Method object, or <code>null</code> if none found
25
24
*/
Original file line number Diff line number Diff line change 1
1
package de .zalando .typemapper .core .fieldMapper ;
2
2
3
3
/**
4
- * sentinel mapper for NULL fields returned from database for List<?> mappings to avoid "Could not find mapper for type
4
+ * sentinel mapper for NULL fields returned from database for List<?> mappings to avoid "Could not find mapper for type
5
5
* java.util.List" exceptions.
6
6
*
7
7
* @author hjacobs
Original file line number Diff line number Diff line change 1
1
package de .zalando .typemapper .core .fieldMapper ;
2
2
3
3
/**
4
- * sentinel mapper for NULL fields returned from database for Set<?> mappings to avoid "Could not find mapper for type
4
+ * sentinel mapper for NULL fields returned from database for Set<?> mappings to avoid "Could not find mapper for type
5
5
* java.util.Set" exceptions.
6
6
*
7
7
* @author carsten.wolters
You can’t perform that action at this time.
0 commit comments