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, 0 insertions, 8 deletions
diff --git a/checker-framework/stubs/log4j.astub b/checker-framework/stubs/log4j.astub
deleted file mode 100644
index 20b3240e..00000000
--- a/checker-framework/stubs/log4j.astub
+++ /dev/null
@@ -1,8 +0,0 @@
-import org.checkerframework.checker.nullness.qual.Nullable;
-
-package org.apache.logging.log4j;
-
-class ThreadContext {
- @Nullable
- static ReadOnlyThreadContextMap getThreadContextMap();
-}