mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-12-21 23:08:52 -05:00
Fix compilation for 1.6
This commit is contained in:
parent
a22e8d6d58
commit
3675ae0f73
@ -180,7 +180,7 @@ public class CompileTimeRowToObjectMapper {
|
||||
mapFields.put(keys[i], null);
|
||||
}
|
||||
|
||||
final List<DeclaredType> allTypes = getAllImplementedTypes(declaredReturnType, new ArrayList<>());
|
||||
final List<DeclaredType> allTypes = getAllImplementedTypes(declaredReturnType, new ArrayList<DeclaredType>());
|
||||
|
||||
// public methods
|
||||
// have to loop to get super methods too
|
||||
|
Loading…
Reference in New Issue
Block a user