summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-10-05 10:39:37 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-05 10:39:37 +0000
commit5c2d5ef7c999bf99a08d722f1347cf9518e1affa (patch)
treee5becff8e828f0c6ee622fa447664e549d01557d /mso-api-handlers
parent3ce5262436bcfdac9c2fac07fe590f04b93761ee (diff)
parent68f90644c41b0baec7645eef01d30254394edb7e (diff)
Merge "Moved "" string literal on the left side."
Diffstat (limited to 'mso-api-handlers')
-rw-r--r--mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java b/mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java
index cd23991875..ddeb359071 100644
--- a/mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java
+++ b/mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java
@@ -47,7 +47,7 @@ public class BPELRestClient extends RequestClient {
String schemaVersion,
String serviceInstanceId,
String action) throws ClientProtocolException, IOException {
- String encryptedCredentials = null;
+ String encryptedCredentials;
HttpPost post = new HttpPost (url);
msoLogger.debug ("BPEL url is: " + url);
StringEntity input = new StringEntity (bpelReqXML);