Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 26, 2010
1 parent 2e81d44 commit 3644931
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -121,8 +121,6 @@ private Type resolveType(Class<?> clazz)
return clazz;
}
}

@SuppressWarnings("unchecked")
private void discoverFromClass(Class<?> clazz)
{
discoverTypes(resolveType(type, type, clazz.getGenericSuperclass()));
Expand Down

0 comments on commit 3644931

Please sign in to comment.