[weld-commits] Weld SVN: r5153 - core/branches/1.0.0/impl/src/main/java/org/jboss/weld/bootstrap/events.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 24 15:45:21 EST 2009


Author: miteshm
Date: 2009-11-24 15:45:21 -0500 (Tue, 24 Nov 2009)
New Revision: 5153

Modified:
   core/branches/1.0.0/impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSimpleInjectionTarget.java
Log:
Checking in patch supplied by Jitu. The changes are already comitted to trunk by Pete.

Modified: core/branches/1.0.0/impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSimpleInjectionTarget.java
===================================================================
--- core/branches/1.0.0/impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSimpleInjectionTarget.java	2009-11-24 18:12:22 UTC (rev 5152)
+++ core/branches/1.0.0/impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSimpleInjectionTarget.java	2009-11-24 20:45:21 UTC (rev 5153)
@@ -15,6 +15,7 @@
    public ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<T> annotatedType, InjectionTarget<T> injectionTarget)
    {
       super(beanManager, annotatedType);
+      this.injectionTarget = injectionTarget;
    }
 
    public InjectionTarget<T> getInjectionTarget()



More information about the weld-commits mailing list