Skip to content

Commit

Permalink
Removed the PseudoContext
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@194 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Oct 28, 2008
1 parent 6a8ff3d commit f4fa6c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Expand Up @@ -6,7 +6,7 @@
import javax.webbeans.Dependent;
import javax.webbeans.manager.Bean;

public class DependentContext extends PseudoContext
public class DependentContext extends AbstractContext
{

public DependentContext(Class<? extends Annotation> scopeType)
Expand Down

This file was deleted.

0 comments on commit f4fa6c0

Please sign in to comment.