aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/abi-spec.json
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-12-08 17:08:53 +0100
committergjoranv <gv@verizonmedia.com>2021-12-08 17:41:20 +0100
commit2d0a021c20cdd58a2c28823a47f1dcfaaff00856 (patch)
treec0c0b5c5b927ed590b2134ddf9fb493fa595c8ac /jdisc_core/abi-spec.json
parentc6b4a66bf07ed48192d556a6a39aaf944842e4b1 (diff)
Make jdisc.handler.FutureConjunction package private.
Diffstat (limited to 'jdisc_core/abi-spec.json')
-rw-r--r--jdisc_core/abi-spec.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/jdisc_core/abi-spec.json b/jdisc_core/abi-spec.json
index 569f45949c8..86c016d520c 100644
--- a/jdisc_core/abi-spec.json
+++ b/jdisc_core/abi-spec.json
@@ -597,29 +597,6 @@
],
"fields": []
},
- "com.yahoo.jdisc.handler.FutureConjunction": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.google.common.util.concurrent.ListenableFuture"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public void addOperand(com.google.common.util.concurrent.ListenableFuture)",
- "public void addListener(java.lang.Runnable, java.util.concurrent.Executor)",
- "public final boolean cancel(boolean)",
- "public final boolean isCancelled()",
- "public final boolean isDone()",
- "public final java.lang.Boolean get()",
- "public final java.lang.Boolean get(long, java.util.concurrent.TimeUnit)",
- "public bridge synthetic java.lang.Object get(long, java.util.concurrent.TimeUnit)",
- "public bridge synthetic java.lang.Object get()"
- ],
- "fields": []
- },
"com.yahoo.jdisc.handler.FutureResponse": {
"superClass": "com.google.common.util.concurrent.AbstractFuture",
"interfaces": [