aboutsummaryrefslogtreecommitdiff
path: root/checker-framework/stubs/log4j.astub
diff options
context:
space:
mode:
Diffstat (limited to 'checker-framework/stubs/log4j.astub')
-rw-r--r--checker-framework/stubs/log4j.astub8
1 files changed, 8 insertions, 0 deletions
diff --git a/checker-framework/stubs/log4j.astub b/checker-framework/stubs/log4j.astub
new file mode 100644
index 00000000..20b3240e
--- /dev/null
+++ b/checker-framework/stubs/log4j.astub
@@ -0,0 +1,8 @@
+import org.checkerframework.checker.nullness.qual.Nullable;
+
+package org.apache.logging.log4j;
+
+class ThreadContext {
+ @Nullable
+ static ReadOnlyThreadContextMap getThreadContextMap();
+}