Issue #2684 - BandwidthUtil bean now depends on registerDataDeliveryHandlers bean

Change-Id: I6f491e7e14e445b59e93f5896eedde3062246034

Former-commit-id: 744d7367dc [formerly 12500574ade0eced65454ff981b83f8f729cd125]
Former-commit-id: b50ea7b162
This commit is contained in:
Mike Duff 2014-01-10 10:30:02 -06:00
parent b37d6e9c91
commit 26e34bb4d1

View file

@ -48,7 +48,7 @@
<bean id="bandwidthUtil" <bean id="bandwidthUtil"
class="com.raytheon.uf.edex.datadelivery.bandwidth.util.BandwidthUtil" class="com.raytheon.uf.edex.datadelivery.bandwidth.util.BandwidthUtil"
factory-method="getInstance"> factory-method="getInstance" depends-on="registerDataDeliveryHandlers">
<property name="subscriptionLatencyCalculator"> <property name="subscriptionLatencyCalculator">
<bean <bean
class="com.raytheon.uf.edex.datadelivery.bandwidth.util.SubscriptionValueLatencyCalculator" /> class="com.raytheon.uf.edex.datadelivery.bandwidth.util.SubscriptionValueLatencyCalculator" />