Skip to content

Commit

Permalink
oops, i broke the build
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@238 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Nov 4, 2008
1 parent b321ee5 commit c7d04b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public <T> Set<Bean<T>> get(Injectable<T, ?> key)
if (key.getType().equals(Object.class))
{
// TODO Fix this cast
beans = new HashSet<Bean<T>>((List<? extends Bean<T>>) manager.getBeans());
beans = new HashSet<Bean<T>>((List) manager.getBeans());
}
else
{
Expand Down

0 comments on commit c7d04b6

Please sign in to comment.