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()
Show replies by date