diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-12 10:42:00 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2017-10-12 10:42:20 -0400 |
commit | 2a5ff133471c5a69b0dfd760d2743f48112da9a0 (patch) | |
tree | b8382df01a396ccf8fdcea4f7328ee4dad29104b /FUNCTIONS.md | |
parent | e6be129e4865104321cdd6313f9729c4e7b07d22 (diff) |
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: Ib5dc63c9b2f4c580caec21414c2fafae904adca9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'FUNCTIONS.md')
-rw-r--r-- | FUNCTIONS.md | 4 |
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> |