Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@147 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Oct 25, 2008
1 parent 6c51fc4 commit 6b67177
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public interface Context

public Class<? extends Annotation> getScopeType();

public <T> T get(Bean<T> component, boolean create);
public <T> T get(Bean<T> bean, boolean create);

boolean isActive();

Expand Down

0 comments on commit 6b67177

Please sign in to comment.