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>
public void asyncGet(String servicePath, RestfulParametes restParametes, RestfulOptions options,
RestfulAsyncCallback callback) throws ServiceException {
+ //This functionality has not been implemented yet
+
}
@Override