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>
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");