Issue #3507 fixed sfcobs spring after pullback

Change-Id: Ib29f45bf6e61269380f06cdaff7435a03ebf919d

Former-commit-id: 07509434b4 [formerly 0d3685a3a7 [formerly a75cbabc5e] [formerly 07509434b4 [formerly b38aef4421ae966fadf8b83880ecb523be60f4c7]]]
Former-commit-id: 0d3685a3a7 [formerly a75cbabc5e]
Former-commit-id: 0d3685a3a7
Former-commit-id: 5923a34483
This commit is contained in:
Brian Clements 2014-08-08 10:40:33 -05:00
parent 82994186c7
commit 48aa43a971
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>