Skip to content

Commit

Permalink
copy and paste error
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@853 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 9, 2009
1 parent 0f54425 commit 01094ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public static <T> ProducerMethodBean<T> of(AnnotatedMethod<T> method, AbstractCl
return new ProducerMethodBean<T>(method, declaringBean, manager);
}

public static <T> ProducerMethodBean<T> of(Method method, SimpleBean<?> declaringBean, ManagerImpl manager)
public static <T> ProducerMethodBean<T> of(Method method, AbstractClassBean<?> declaringBean, ManagerImpl manager)
{
return of(new AnnotatedMethodImpl<T>(method, declaringBean.getAnnotatedItem()), declaringBean, manager);
}
Expand Down

0 comments on commit 01094ef

Please sign in to comment.