summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS.md
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2017-10-12 15:08:25 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-12 15:08:25 +0000
commit7af00564f04e1b8f441536fce5bdf31d59fe722c (patch)
treec0f87c4746f420f6b0c9af72623074cd75dfe779 /FUNCTIONS.md
parent14326b84c4a78c17de6cedf50072cd4096d8a02d (diff)
parent2a5ff133471c5a69b0dfd760d2743f48112da9a0 (diff)
Merge "Renaming openecomp to onap"
Diffstat (limited to 'FUNCTIONS.md')
-rw-r--r--FUNCTIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FUNCTIONS.md b/FUNCTIONS.md
index b2090e1..cf0ce87 100644
--- a/FUNCTIONS.md
+++ b/FUNCTIONS.md
@@ -19,7 +19,7 @@ In order to take advantage of the entity change event functionality the followin
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
- <bean id="eepConfig" class="org.openecomp.datarouter.policy.EntityEventPolicyConfig" >
+ <bean id="eepConfig" class="org.onap.aai.datarouter.policy.EntityEventPolicyConfig" >
<property name="sourceDomain" value="{domain-origin}" />
<property name="searchBaseUrl" value="https://{search-service-host}:{search-service-port}" />
<property name="searchEndpoint" value="services/search-data-service/v1/search/indexes/" />
@@ -33,7 +33,7 @@ In order to take advantage of the entity change event functionality the followin
<property name="searchKeystore" value="{keystore-name}" />
</bean>
- <bean id="entityEventPolicy" class="org.openecomp.datarouter.policy.EntityEventPolicy" init-method="startup" >
+ <bean id="entityEventPolicy" class="org.onap.aai.datarouter.policy.EntityEventPolicy" init-method="startup" >
<constructor-arg ref="eepConfig"/>
</bean>
</beans>