Skip to content

Commit

Permalink
Remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Dec 25, 2018
1 parent 1560e53 commit f048c58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/net/jodah/typetools/TypeResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ private ReifiedParameterizedType(ParameterizedType original, Type[] resolvedType
this.resolvedTypeArguments = resolvedTypeArguments;
}

public ParameterizedType getOriginal() {
return original;
}

@Override
public Type[] getActualTypeArguments() {
return resolvedTypeArguments;
Expand Down

0 comments on commit f048c58

Please sign in to comment.