2012-01-06 08:55:05 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-06-10 15:17:17 -04:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2013-06-28 09:46:25 -04:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
2012-01-06 08:55:05 -06:00
|
|
|
|
|
|
|
<bean id="ohdSetupService" class="com.raytheon.uf.edex.ohd.SetupSrv">
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|