Fix compilation for 1.6

This commit is contained in:
Travis Burtrum 2017-11-10 00:26:55 -05:00
parent a22e8d6d58
commit 3675ae0f73
1 changed files with 1 additions and 1 deletions

View File

@ -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