Change-Id: I60bf6ac9d886d27c70543a0b7df24d626639fc3e Former-commit-id: c213b3b5552a2b11c69965bc6edcfb8acf7fa0a8
8 lines
No EOL
410 B
XML
8 lines
No EOL
410 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean id="bandwidthManagerCreator"
|
|
class="com.raytheon.uf.edex.datadelivery.bandwidth.ncf.IntegrationTestNcfBandwidthManagerCreator" />
|
|
|
|
</beans> |