Files
2023-05-14 11:44:44 +00:00

9 lines
189 B
Plaintext

import org.checkerframework.checker.nullness.qual.Nullable;
package org.apache.logging.log4j;
class ThreadContext {
@Nullable
static ReadOnlyThreadContextMap getThreadContextMap();
}