From: GuangrongFu Date: Fri, 30 Mar 2018 00:58:13 +0000 (+0800) Subject: Fixed Some Typos X-Git-Tag: 1.2.0~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fcommon.git;a=commitdiff_plain;h=814861d9a0b4d093c482e3338453771423dcd7f0 Fixed Some Typos Change-Id: I2af156597c515144ac4f60a23b07576989ce74c4 Issue-ID: HOLMES-106 Signed-off-by: GuangrongFu --- 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 54c5e7d..8b88fd2 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 @@ -193,7 +193,7 @@ public class HttpsUtils { HttpEntity resEntity = httpResponse.getEntity(); result = EntityUtils.toString(resEntity); } else { - throw new CorrelationException("Get a error status from server : " + statusCode); + throw new CorrelationException("Get an error status from server : " + statusCode); } } return result;