Fix compilation for 1.6

pull/2/head
Travis Burtrum 6 years ago
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…
Cancel
Save