return the expression 06/98006/1
authormanisha07 <cmanis10@in.ibm.com>
Wed, 6 Nov 2019 07:36:40 +0000 (13:06 +0530)
committermanisha07 <cmanis10@in.ibm.com>
Wed, 6 Nov 2019 07:37:00 +0000 (13:07 +0530)
Issue-ID: OPTFRA-631
Change-Id: I6ded4c82ec2957d916e9221b2a6c4e5189674771
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
cmso-robot/.gitignore
cmso-service/src/main/java/org/onap/observations/Mdc.java

index 44bdbba..cd46865 100644 (file)
@@ -5,4 +5,5 @@
 *.pyc
 /libspecs/
 /geckodriver.log
-/robot/library/
\ No newline at end of file
+/robot/library/
+/bin/
index a27080a..d6e729e 100644 (file)
@@ -175,8 +175,7 @@ public class Mdc {
      * @return the map
      */
     public static Map<String, String> save() {
-        Map<String, String> save = MDC.getCopyOfContextMap();
-        return save;
+         return MDC.getCopyOfContextMap();
     }
 
     /**