Skip to content

Commit

Permalink
getBindingTypes() -> getBindings()
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@902 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Jan 12, 2009
1 parent b41be26 commit 4a4c6f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public Bean<?> getBean()
return this.bean;
}

public Set<Annotation> getBindingTypes()
public Set<Annotation> getBindings()
{
return this.memberInjectionPoint.getBindingTypes();
}
Expand Down

0 comments on commit 4a4c6f7

Please sign in to comment.