Fixed so issues 91/16191/2
authorramanjaneya <ramanjaneya.palleti@huawei.com>
Thu, 28 Sep 2017 03:01:54 +0000 (08:31 +0530)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Tue, 3 Oct 2017 07:49:39 +0000 (07:49 +0000)
Change-Id: I5bc9dc02ac81789dc0b113571c073e74d8cee609
Issue-Id:SO-118
Signed-off-by: ramanjaneya <ramanjaneya.palleti@huawei.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/adapter/vnf/CreateVnfNotification.java

index 503f9f1..1b5c080 100644 (file)
@@ -325,6 +325,7 @@ public class CreateVnfNotification {
         }
 
         // Not a generated method
+       @Override
         public String toString() {
                StringBuilder out = new StringBuilder();
                out.append("<outputs>\n");
@@ -418,23 +419,25 @@ public class CreateVnfNotification {
             }
             
             // Not a generated method
+            @Override
             public String toString() {
-               String entry = "";
-                       entry =
+               String entrystr;
+                       entrystr =
                "<entry>"+ '\n' +
               "   <key>"+key+"</key>" + '\n' +
               "   <value>"+value+"</value>" + '\n' +
               "</entry>";
-               return entry; 
+               return entrystr
             }
 
         }
 
     }
 
-    // Not a generated method
+       // Not a generated method
+       @Override
        public String toString() {
-       String createVnfNotification = "";
+       String createVnfNotification;
        if (exception==null) {
                createVnfNotification = "<ns2:createVnfNotification xmlns:ns2=\"http://org.openecomp.mso/vnfNotify\"" + '\n' +
                                       "  xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">" + '\n' +