blob: 20b3240e40ebd4acc12b8aaf0a568223eb6ef2e6 [file] [log] [blame]
sebright97a18752018-09-14 11:28:10 -07001import org.checkerframework.checker.nullness.qual.Nullable;
2
3package org.apache.logging.log4j;
4
5class ThreadContext {
6 @Nullable
7 static ReadOnlyThreadContextMap getThreadContextMap();
8}