X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=holmes-actions%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fholmes%2Fcommon%2Futils%2FHttpsUtils.java;h=510491e5267f9bf4be67e66efe6f1a6890f36319;hb=19fb19986d56a5206efabcf20580008219c6bbbf;hp=441261fe47d0912a338ec1def2af05fe4c685b35;hpb=43e1dfbcdb2a84d5e69a8b038f76fa626718e5d7;p=holmes%2Fcommon.git diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/utils/HttpsUtils.java b/holmes-actions/src/main/java/org/onap/holmes/common/utils/HttpsUtils.java index 441261f..510491e 100644 --- a/holmes-actions/src/main/java/org/onap/holmes/common/utils/HttpsUtils.java +++ b/holmes-actions/src/main/java/org/onap/holmes/common/utils/HttpsUtils.java @@ -88,7 +88,6 @@ public class HttpsUtils { } catch (Exception e) { throw new CorrelationException("Failed to use post method query data from server"); } - return getResponseEntity(httpResponse); }