summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-19 12:14:59 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-19 12:27:35 +0000
commit77ccaa7dbba2a3251af940f9e41d5acc36d3c93d (patch)
treeb04ebf45d5972535a3e346473525e8e257490631
parentd33af3415f941b19c43e542b5b72456621fc8da3 (diff)
Remove property from bean defination
Remove property from bean defination as property is not available in class. Change-Id: Ib064769c34861374594af499eb414fc60fe9465a Issue-ID: VFC-545 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
-rw-r--r--ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml b/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
index 8cbb9a5..860fce0 100644
--- a/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
+++ b/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
@@ -292,7 +292,6 @@
<!-- grantResource -->
<bean id="grantResService" class="org.onap.vfc.nfvo.resmanagement.service.group.impl.GrantResServiceImpl">
- <property name="sites" ref="sites"></property>
</bean>
<bean id="grantResourseRoa" class="org.onap.vfc.nfvo.resmanagement.service.rest.GrantResourseRoa">