fixing major Sonar Issue 37/61037/1
authorThamlurRaju <thamlurraju468@gmail.com>
Fri, 17 Aug 2018 07:11:41 +0000 (12:41 +0530)
committerThamlurRaju <thamlurraju468@gmail.com>
Fri, 17 Aug 2018 07:11:41 +0000 (12:41 +0530)
Remove this unused This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV81F2WC-08if2a6qGus&resolved=false&severities=MAJOR
Location:
src/main/java/org/onap/vfc/nfvo/resmanagement/service/dao/impl/aai/VnfAaiDaoImpl.java
Line No- 151

Change-Id: I99b9855c1bc500c784af9d9241f96cbb3d4c0290
Issue-ID: VFC-1032
Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/dao/impl/aai/VnfAaiDaoImpl.java

index fbc6156..0c089c8 100644 (file)
@@ -148,7 +148,6 @@ public class VnfAaiDaoImpl implements VnfDao {
         RestfulParametes restfulParametes = new RestfulParametes();
 
         restfulParametes.setHeaderMap(RequestUtil.getAAIHeaderMap());
-        // restfulParametes.setRawData(vnfEntity.toEsrVnfmStringForAai());
         RestfulResponse response = RestfulUtil.getRestfulResponse(
                 Config.getHost() +":" + Config.getPort() + UrlConstant.ESR_VNFM_URL + vnfEntity.getVnfmId(),
                 restfulParametes, "get");