Issue #2195 Remove Spring name= use in constructor args
Change-Id: I00745ce0cc04ed9c7d0497063668ad127357d17d Former-commit-id:90acbc7a69
[formerlyb02a30dad8
] [formerly4cea4279e7
] [formerly90acbc7a69
[formerlyb02a30dad8
] [formerly4cea4279e7
] [formerly95b61618fe
[formerly4cea4279e7
[formerly 2ce8e4ebf5f67998c25cdb33ab44e169e73471b2]]]] Former-commit-id:95b61618fe
Former-commit-id:70124993e5
[formerly4185eedfe7
] [formerly 083cd67fffe2ef123460c223343db91909387c7f [formerly1d11983e38
]] Former-commit-id: 5b0da9341e643bbf2cc4aadbae353861a9b6f0b8 [formerlyf482d3f09a
] Former-commit-id:12c8a28863
This commit is contained in:
parent
352915ecd0
commit
f058fe60fd
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
|
||||
<bean id="RegistryGarbageCollector"
|
||||
class="com.raytheon.uf.edex.registry.ebxml.services.RegistryGarbageCollector">
|
||||
<constructor-arg name="slotDao" ref="slotTypeDao" />
|
||||
<constructor-arg name="eventDao" ref="AuditableEventTypeDao" />
|
||||
<constructor-arg ref="slotTypeDao" />
|
||||
<constructor-arg ref="AuditableEventTypeDao" />
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
|
Loading…
Add table
Reference in a new issue