Issue #3507 fixed sfcobs spring after pullback
Change-Id: Ib29f45bf6e61269380f06cdaff7435a03ebf919d Former-commit-id: b38aef4421ae966fadf8b83880ecb523be60f4c7
This commit is contained in:
parent
acfc8cfb34
commit
07509434b4
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<property name="record" value="com.raytheon.uf.common.dataplugin.sfcobs.ObsCommon" />
|
||||
</bean>
|
||||
|
||||
<bean factory-bean="pluginRegistry" factory-method="register">
|
||||
<bean id="sfcObsRegistered" factory-bean="pluginRegistry" factory-method="register">
|
||||
<constructor-arg ref="sfcobsPluginName" />
|
||||
<constructor-arg ref="sfcobsProperties"/>
|
||||
</bean>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<bean id="bufrFileSeparator" class="com.raytheon.uf.common.nc.bufr.BufrFileSeparator" />
|
||||
|
||||
<bean id="bufrobsSynopticLandDecoder" class="com.raytheon.uf.edex.plugin.bufrobs.synoptic.SynopticLandBufrDecoder">
|
||||
<bean id="bufrobsSynopticLandDecoder" class="com.raytheon.uf.edex.plugin.bufrobs.synoptic.SynopticLandBufrDecoder" depends-on="sfcObsRegistered">
|
||||
<constructor-arg ref="sfcobsPluginName" />
|
||||
</bean>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue