Merge "Reorder modifiers"
[so.git] / adapters / mso-workflow-message-adapter / src / main / java / org / openecomp / mso / adapters / workflowmessage / BPRestCallback.java
index 0293a8d..20880c2 100644 (file)
@@ -132,7 +132,7 @@ public class BPRestCallback {
                                httpResponse = client.execute(method);
 
                                @SuppressWarnings("unused")
-                               String responseContent = null;
+                               String responseContent;
 
                                if (httpResponse.getEntity() != null) {
                                        responseContent = EntityUtils.toString(httpResponse.getEntity(), "UTF-8");
@@ -175,4 +175,4 @@ public class BPRestCallback {
                        LOGGER.info(MessageEnum.RA_CALLBACK_BPEL_COMPLETE, "Camunda", "");
                }
        }
-}
\ No newline at end of file
+}