re base code
[sdc.git] / openecomp-be / lib / openecomp-sdc-logging-lib / openecomp-sdc-logging-api / src / main / java / org / openecomp / sdc / logging / spi / LoggingContextService.java
index 37e212a..7c71465 100644 (file)
 
 package org.openecomp.sdc.logging.spi;
 
-import java.util.concurrent.Callable;
 import org.openecomp.sdc.logging.api.ContextData;
 
+import java.util.concurrent.Callable;
+
 /**
  * Should be used to implement a framework-specific mechanism of managing a per-thread diagnostic context (for instance
  * <a href="http://www.slf4j.org/manual.html#mdc">MDC</a>), and propagating it to child threads if needed. Context