Mdc.java-remove the unused comments 28/98028/2
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Wed, 6 Nov 2019 09:39:15 +0000 (15:09 +0530)
committerVikas Varma <vv8305@att.com>
Wed, 22 Jan 2020 15:42:43 +0000 (15:42 +0000)
Issue-ID: AAF-876
Change-Id: I62776f85746fc2315045e27efba7d741a40ca062
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
cmso-ticketmgt/src/main/java/org/onap/observations/Mdc.java
cmso-topology/src/main/java/org/onap/observations/Mdc.java

index 5109b70..0394139 100644 (file)
@@ -198,9 +198,7 @@ public class Mdc {
      * @param response the response
      */
     public static void metricEnd(ClientResponseContext response) {
-
         Date now = new Date();
-        // MDC.put(MDC_BEGIN_TIMESTAMP, Stopwatch.isoFormatter.format(now));
         MDC.put(MDC_END_TIMESTAMP, Stopwatch.isoFormatter.format(now));
         setResponseInfo(response.getStatusInfo());
 
index f040437..45c134c 100644 (file)
@@ -196,7 +196,6 @@ public class Mdc {
     public static void metricEnd(ClientResponseContext response) {
 
         Date now = new Date();
-        // MDC.put(MDC_BEGIN_TIMESTAMP, Stopwatch.isoFormatter.format(now));
         MDC.put(MDC_END_TIMESTAMP, Stopwatch.isoFormatter.format(now));
         setResponseInfo(response.getStatusInfo());