[weld-commits] Weld SVN: r5868 - cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/newBean.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Feb 17 10:24:36 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-17 10:24:36 -0500 (Wed, 17 Feb 2010)
New Revision: 5868

Modified:
   cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/newBean/Fox.java
Log:
CDITCK-111

Modified: cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/newBean/Fox.java
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/newBean/Fox.java	2010-02-17 15:05:41 UTC (rev 5867)
+++ cdi-tck/branches/1.0/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/newBean/Fox.java	2010-02-17 15:24:36 UTC (rev 5868)
@@ -26,7 +26,7 @@
 public class Fox implements FoxLocal
 {
    @Produces @Tame
-   private Den den = new Den("FoxDen");
+   private static Den den = new Den("FoxDen");
    
    private int nextLitterSize;
    



More information about the weld-commits mailing list