From: ThamlurRaju Date: Tue, 21 Aug 2018 06:21:07 +0000 (+0530) Subject: fixing major Sonar Issue X-Git-Tag: 1.2.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0a6154ff75e8d5fd213cbd6d012b3fcac2b19d52;p=vfc%2Fnfvo%2Fresmanagement.git fixing major Sonar Issue Add a nested comment explaining why this method is empty Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpe4M-08if2a6pmAH&resolved=false&severities=MAJOR&types=CODE_SMELL Location: src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java Line No- 67 Change-Id: Ib247e0f072d349fc04d8ce4a1fa8ed14eab91bac Issue-ID: VFC-1039 Signed-off-by: ThamlurRaju --- diff --git a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java index 4d1ff69..4a5775f 100644 --- a/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java +++ b/ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java @@ -66,6 +66,8 @@ public class HttpsRest extends HttpBaseRest { @Override public void asyncGet(String servicePath, RestfulParametes restParametes, RestfulAsyncCallback callback) throws ServiceException { + + //This functionality has not been implemented yet }