Skip to content

Commit

Permalink
More tests for ch. 11 and removed unused method from BeanManagerImpl.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3397 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
drallen committed Aug 3, 2009
1 parent 7b01b4b commit 723c3c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions impl/src/main/java/org/jboss/webbeans/BeanManagerImpl.java
Expand Up @@ -1316,12 +1316,6 @@ public boolean isStereotype(Class<? extends Annotation> annotationType)
throw new UnsupportedOperationException("Not yet implemented");
}

@Deprecated
public <X> Bean<? extends X> getHighestPrecedenceBean(Set<Bean<? extends X>> beans)
{
return resolve(beans);
}

public ELResolver getELResolver()
{
return webbeansELResolver;
Expand Down

0 comments on commit 723c3c3

Please sign in to comment.