Merge "Issue #2684 - BandwidthUtil bean now depends on registerDataDeliveryHandlers bean" into omaha_14.2.1

Former-commit-id: 757e8d2c4b [formerly 362e90dcf918893137cd8fe0eaddd1fcbfb86538]
Former-commit-id: 2580f289e9
This commit is contained in:
Richard Peter 2014-01-10 15:41:28 -06:00 committed by Gerrit Code Review
commit 44f02d072e

View file

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