summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-10-24 10:01:43 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-10-24 10:01:43 +0200
commit796a7108f2e82a7078423a1467308e1537834b22 (patch)
tree520b44c29e1436a1a12ee5cdcdec080ce1eec8f0 /jdisc_core
parentf81f3db7ce3c25c590e80dc4f07f57d57ecac47b (diff)
Revrte felix 7.0.1
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/core/OsgiLogHandler.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/core/OsgiLogHandler.java b/jdisc_core/src/main/java/com/yahoo/jdisc/core/OsgiLogHandler.java
index b7993de5d82..50ac90b6181 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/core/OsgiLogHandler.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/core/OsgiLogHandler.java
@@ -168,8 +168,5 @@ class OsgiLogHandler extends Handler {
return new Hashtable<>();
}
- @Override
- public <A> A adapt(Class<A> aClass) { return null; }
-
}
}