Remove the unnecessary toString 75/32775/3
authorMunir Ahmad <munir.ahmad@bell.ca>
Sat, 24 Feb 2018 17:52:03 +0000 (12:52 -0500)
committerMunir Ahmad <munir.ahmad@bell.ca>
Tue, 27 Feb 2018 00:23:43 +0000 (00:23 +0000)
Change-Id: I32f5d3674583db900f7aa9b45af9fba0f8d9c06c
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/json/JsonUtils.java

index b47d73f..2612c38 100644 (file)
@@ -388,7 +388,7 @@ public class JsonUtils {
                                        return 0;\r
                                } else {\r
                                        if (rawValue instanceof Integer) {\r
-                                               msoLogger.debug("getJsonValue(): the raw value is an Integer Object=" + ((String) rawValue).toString());\r
+                                               msoLogger.debug("getJsonValue(): the raw value is an Integer Object=" + ((String) rawValue));\r
                                                return (Integer) rawValue;\r
                                        } else {\r
                                                msoLogger.debug("getJsonValue(): the raw value is NOT an Integer Object=" + rawValue.toString());\r