Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2918 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jun 28, 2009
1 parent 635e9ab commit da5294e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
import javax.enterprise.context.ScopeType;
import javax.enterprise.inject.AnnotationLiteral;

public class ScopeTypeLiteral extends AnnotationLiteral<ScopeTypeLiteral> implements ScopeType
public class ScopeTypeLiteral extends AnnotationLiteral<ScopeType> implements ScopeType
{

private final boolean normal;
Expand Down

0 comments on commit da5294e

Please sign in to comment.