summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application
diff options
context:
space:
mode:
authorsstoykov <stela.stoykova@amdocs.com>2018-11-26 15:45:47 -0500
committersstoykov <stela.stoykova@amdocs.com>2018-11-27 15:24:24 -0500
commit5e4b48acc875f88e2958b4469cb889222ca2f11c (patch)
treee432b2932ebc442cd8c50b0b76e41cb01f307405 /sparkybe-onap-application
parent14f155e7a8a93b499b4f4eed801281dc92faca14 (diff)
Removed edit attribute code
Removed obsolete code related to the edit attributes feature from sparky-be. Issue-ID: AAI-1956 Change-Id: I25754ec5440ce199ca5678b2074a1f090dde46ab Signed-off-by: sstoykov <stela.stoykova@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r--sparkybe-onap-application/config/spring-beans/sparky-attribute-update-service.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-attribute-update-service.xml b/sparkybe-onap-application/config/spring-beans/sparky-attribute-update-service.xml
deleted file mode 100644
index 27db51a..0000000
--- a/sparkybe-onap-application/config/spring-beans/sparky-attribute-update-service.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<beans profile="resources" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context"
- xmlns:task="http://www.springframework.org/schema/task"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd
- http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
-
- <bean id="attributeUpdater" class="org.onap.aai.sparky.editattributes.AttributeUpdater">
- <constructor-arg ref="oxmModelLoader" />
- <constructor-arg ref="oxmEntityLookup" />
- <constructor-arg ref="activeInventoryAdapter" />
- <constructor-arg name="domain" value="${resources.domain:aai}" />
- </bean>
-
- <bean id="attributeEditProcessor"
- class="org.onap.aai.sparky.editattributes.AttributeEditProcessor">
- <constructor-arg ref="attributeUpdater" />
- </bean>
-
-</beans> \ No newline at end of file