Skip to content

Commit

Permalink
Fix generic types
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@931 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 14, 2009
1 parent 319ae85 commit 3ca63a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ public interface AnnotatedType<T> extends AnnotatedItem<T, Class<T>>
*
* @return The abstracted superclass
*/
public AnnotatedType<Object> getSuperclass();
public AnnotatedType<?> getSuperclass();

/**
* Check if this is equivalent to a java class
Expand Down

0 comments on commit 3ca63a6

Please sign in to comment.