Issue #3507 fixed sfcobs spring after pullback

Change-Id: Ib29f45bf6e61269380f06cdaff7435a03ebf919d

Former-commit-id: b38aef4421ae966fadf8b83880ecb523be60f4c7
This commit is contained in:
Brian Clements 2014-08-08 10:40:33 -05:00
parent 94e723f808
commit a75cbabc5e
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>