aboutsummaryrefslogtreecommitdiff
path: root/checker-framework/stubs/log4j.astub
blob: 20b3240e40ebd4acc12b8aaf0a568223eb6ef2e6 (plain)
1
2
3
4
5
6
7
8
import org.checkerframework.checker.nullness.qual.Nullable;

package org.apache.logging.log4j;

class ThreadContext {
  @Nullable
  static ReadOnlyThreadContextMap getThreadContextMap();
}