unplugged-vendor/external/opencensus-java/checker-framework/stubs/log4j.astub

9 lines
189 B
Plaintext
Raw Normal View History

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