Omaha 3300 Fix merge issue in gfe-spring.xml
Change-Id: I575616e8d3176baad77db276e2c43b43801686ea Former-commit-id:003689101c
[formerlyb38dd722be
] [formerly40c01d05d4
] [formerlyeacaf068a7
[formerly40c01d05d4
[formerly 59bf1aba9614d3206eb5e3d02d985d726a5c9fbe]]] Former-commit-id:eacaf068a7
Former-commit-id: 8eccf45838579a62294744c9b84732033edaf39d [formerlya4beeb4d1b
] Former-commit-id:7961742ee6
This commit is contained in:
parent
948e0cd011
commit
e5d6a4f421
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@
|
|||
<constructor-arg ref="smartInitSrv"/>
|
||||
</bean>
|
||||
|
||||
<bean id="spcWatch" class="com.raytheon.edex.plugin.gfe.spc.SPCWatchSrv"/>
|
||||
<bean id="tpcWatch" class="com.raytheon.edex.plugin.gfe.tpc.TPCWatchSrv"/>
|
||||
<bean id="wclWatch" class="com.raytheon.edex.plugin.gfe.wcl.WCLWatchSrv"/>
|
||||
<bean id="spcWatch" class="com.raytheon.edex.plugin.gfe.watch.SPCWatchSrv"/>
|
||||
<bean id="tpcWatch" class="com.raytheon.edex.plugin.gfe.watch.TPCWatchSrv"/>
|
||||
<bean id="wclWatch" class="com.raytheon.edex.plugin.gfe.watch.WCLWatchSrv"/>
|
||||
|
||||
<bean id="vtecChangeListener" class="com.raytheon.edex.plugin.gfe.server.notify.VTECTableChangeListener"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue