Fixed Some Typos 99/40299/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 30 Mar 2018 00:58:13 +0000 (08:58 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 30 Mar 2018 00:58:13 +0000 (08:58 +0800)
Change-Id: I2af156597c515144ac4f60a23b07576989ce74c4
Issue-ID: HOLMES-106
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/utils/HttpsUtils.java

index 54c5e7d..8b88fd2 100644 (file)
@@ -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;