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:
commit
44f02d072e
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue