[webbeans-commits] Webbeans SVN: r2918 - ri/trunk/impl/src/main/java/org/jboss/webbeans/literal.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jun 28 13:32:48 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-28 13:32:47 -0400 (Sun, 28 Jun 2009)
New Revision: 2918

Modified:
   ri/trunk/impl/src/main/java/org/jboss/webbeans/literal/ScopeTypeLiteral.java
Log:
oops

Modified: ri/trunk/impl/src/main/java/org/jboss/webbeans/literal/ScopeTypeLiteral.java
===================================================================
--- ri/trunk/impl/src/main/java/org/jboss/webbeans/literal/ScopeTypeLiteral.java	2009-06-28 17:32:11 UTC (rev 2917)
+++ ri/trunk/impl/src/main/java/org/jboss/webbeans/literal/ScopeTypeLiteral.java	2009-06-28 17:32:47 UTC (rev 2918)
@@ -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;




More information about the weld-commits mailing list