From 20ca7430130beb46da9485ec7f8329b94e003262 Mon Sep 17 00:00:00 2001
From: "Sindhuri.A" <arcot.sindhuri@huawei.com>
Date: Sun, 21 Apr 2019 11:54:37 +0530
Subject: Shift Constructor call

Shift Constructor call CamundaResponse class

Issue-ID: SO-1490

Change-Id: Ie4105120b0ddc50281149c65b0186b89d4570359
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
---
 .../java/org/onap/so/apihandler/camundabeans/CamundaResponse.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'mso-api-handlers')

diff --git a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/camundabeans/CamundaResponse.java b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/camundabeans/CamundaResponse.java
index 8977f11e36..7fb5df7af6 100644
--- a/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/camundabeans/CamundaResponse.java
+++ b/mso-api-handlers/mso-api-handler-common/src/main/java/org/onap/so/apihandler/camundabeans/CamundaResponse.java
@@ -40,6 +40,8 @@ public class CamundaResponse {
     @JsonProperty("variables")
     private String variables;
 
+    public CamundaResponse() {}
+
     public String getProcessInstanceID() {
         return processInstanceID;
     }
@@ -56,8 +58,6 @@ public class CamundaResponse {
         this.variables = variables;
     }
 
-    public CamundaResponse() {}
-
     public String getResponse() {
         return response;
     }
-- 
cgit