Skip to content

Commit a04519e

Browse files
committed
fix javadoc errors
1 parent 259fca9 commit a04519e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/main/java/de/zalando/sprocwrapper/globalvaluetransformer/ReflectionUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class ReflectionUtils {
1919
*
2020
* @param clazz the class to introspect
2121
* @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)
2322
*
2423
* @return the Method object, or <code>null</code> if none found
2524
*/

src/main/java/de/zalando/typemapper/core/fieldMapper/NullListFieldMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package de.zalando.typemapper.core.fieldMapper;
22

33
/**
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&lt;?&gt; mappings to avoid "Could not find mapper for type
55
* java.util.List" exceptions.
66
*
77
* @author hjacobs

src/main/java/de/zalando/typemapper/core/fieldMapper/NullSetFieldMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package de.zalando.typemapper.core.fieldMapper;
22

33
/**
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&lt;?&gt; mappings to avoid "Could not find mapper for type
55
* java.util.Set" exceptions.
66
*
77
* @author carsten.wolters

0 commit comments

Comments
 (0)