diff options
author | ThamlurRaju <thamlurraju468@gmail.com> | 2018-08-21 12:01:30 +0530 |
---|---|---|
committer | ThamlurRaju <thamlurraju468@gmail.com> | 2018-08-21 12:01:30 +0530 |
commit | c765483a363af13124661dc891a8f4917c733844 (patch) | |
tree | 2026a8377a8d96bfc68ee5ef3787ea4809874abb /ResmanagementService | |
parent | 0a6154ff75e8d5fd213cbd6d012b3fcac2b19d52 (diff) |
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-08if2a6pmAI&resolved=false&severities=MAJOR&types=CODE_SMELL
Location:
src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java
Line No- 73
Change-Id: If862b880630895e3790773259142d38fdb55d4c9
Issue-ID: VFC-1040
Signed-off-by: ThamlurRaju <thamlurraju468@gmail.com>
Diffstat (limited to 'ResmanagementService')
-rw-r--r-- | ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/HttpsRest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 4a5775f..89fe850 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 @@ -75,6 +75,8 @@ public class HttpsRest extends HttpBaseRest { public void asyncGet(String servicePath, RestfulParametes restParametes, RestfulOptions options, RestfulAsyncCallback callback) throws ServiceException { + //This functionality has not been implemented yet + } @Override |