Skip to content

Commit 9cd719d

Browse files
authored
Update RequestContext.java
1 parent 2220731 commit 9cd719d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server-api/src/main/java/org/apache/atlas/RequestContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
public class RequestContext {
4545
private static final Logger METRICS = LoggerFactory.getLogger("METRICS");
4646

47-
private static final ThreadLocal<RequestContext> CURRENT_CONTEXT = new ThreadLocal<>();
48-
private static final Set<RequestContext> ACTIVE_REQUESTS = new HashSet<>();
47+
private static final ThreadLocal<RequestContext> CURRENT_CONTEXT = new ThreadLocal<>();
48+
private static final Set<RequestContext> ACTIVE_REQUESTS = new HashSet<>();
4949
private static final boolean IS_METRICS_ENABLED = METRICS.isDebugEnabled();
5050

5151
private final long requestTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)