We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2220731 commit 9cd719dCopy full SHA for 9cd719d
1 file changed
server-api/src/main/java/org/apache/atlas/RequestContext.java
@@ -44,8 +44,8 @@
44
public class RequestContext {
45
private static final Logger METRICS = LoggerFactory.getLogger("METRICS");
46
47
- private static final ThreadLocal<RequestContext> CURRENT_CONTEXT = new ThreadLocal<>();
48
- private static final Set<RequestContext> ACTIVE_REQUESTS = new HashSet<>();
+ private static final ThreadLocal<RequestContext> CURRENT_CONTEXT = new ThreadLocal<>();
+ private static final Set<RequestContext> ACTIVE_REQUESTS = new HashSet<>();
49
private static final boolean IS_METRICS_ENABLED = METRICS.isDebugEnabled();
50
51
private final long requestTime = System.currentTimeMillis();
0 commit comments