summaryrefslogtreecommitdiffstats
path: root/jdisc_core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-02-08 17:13:41 +0100
committerGitHub <noreply@github.com>2022-02-08 17:13:41 +0100
commit12bc5e4513d97cd6bb752b3838fc610f634769a8 (patch)
tree91ba87fd1bfa2d10f4781963265d307008feb3aa /jdisc_core/abi-spec.json
parent5607b924b450e6574f68fdbd164563e8c25b9dbd (diff)
parentbad739ae3be754bb495b5a3b5830a0c972f8fa39 (diff)
Merge pull request #21108 from vespa-engine/bjorncs/jdisc-corev7.540.35
Deprecate method leaking Guice
Diffstat (limited to 'jdisc_core/abi-spec.json')
-rw-r--r--jdisc_core/abi-spec.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/abi-spec.json b/jdisc_core/abi-spec.json
index d1b676b330f..06e76f88898 100644
--- a/jdisc_core/abi-spec.json
+++ b/jdisc_core/abi-spec.json
@@ -32,7 +32,7 @@
],
"methods": [
"public abstract com.yahoo.jdisc.handler.RequestHandler resolveHandler(com.yahoo.jdisc.Request)",
- "public abstract java.lang.Object getInstance(com.google.inject.Key)",
+ "public java.lang.Object getInstance(com.google.inject.Key)",
"public abstract java.lang.Object getInstance(java.lang.Class)"
],
"fields": []