Peer review comments Change-Id: I33df9cc7e368778943e25420d18b343781304c7a Former-commit-id:fbcf271899
[formerlyc1bd170f8a
] [formerlyf123fa11f5
] [formerly3fc811102e
[formerlyf123fa11f5
[formerly f7405c2acfef95b57b79cf6d8ac3348017e64a59]]] Former-commit-id:3fc811102e
Former-commit-id: ac9b1be9e56f34d03174be87fbb48c2a6a187cdc [formerly4da0648461
] Former-commit-id:b0c54d7c17
12 lines
No EOL
572 B
XML
12 lines
No EOL
572 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="subscriptionNotificationService"
|
|
class="com.raytheon.uf.common.datadelivery.service.SendToServerSubscriptionNotificationService" />
|
|
|
|
<bean id="subscriptionOverlapService"
|
|
class="com.raytheon.uf.common.datadelivery.service.subscription.SubscriptionOverlapService">
|
|
</bean>
|
|
|
|
</beans> |