Skip to content

Commit

Permalink
issue1154: correct ResolvedReferenceType.deriveTypeParameters return …
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
ftomassetti committed Sep 29, 2017
1 parent 64bd097 commit 7e28f6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -409,5 +409,5 @@ private static List<ResolvedType> deriveParams(ResolvedReferenceTypeDeclaration
return typeDeclaration.getTypeParameters().stream().map((tp) -> new ResolvedTypeVariable(tp)).collect(Collectors.toList());
}

public abstract ReferenceType deriveTypeParameters(ResolvedTypeParametersMap typeParametersMap);
public abstract ResolvedReferenceType deriveTypeParameters(ResolvedTypeParametersMap typeParametersMap);
}

0 comments on commit 7e28f6d

Please sign in to comment.