summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-28 14:25:36 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-28 14:25:36 +0200
commitf40c75a874ba679e42d25c88e9c2f8f6147e2036 (patch)
tree3673cdfdb97515bfdd069b68aec3f31f0a4b3d44 /container-core/abi-spec.json
parent42a394fae6e97c6791a68078275b259177a7cccb (diff)
Change access modifier to 'public'
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index ceaf1426ef2..45d6a9bcc03 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -631,9 +631,9 @@
"protected void <init>(java.util.concurrent.Executor, com.yahoo.jdisc.Metric, boolean)",
"public final com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
"public java.time.Duration getTimeout()",
+ "public java.util.concurrent.Executor executor()",
"protected abstract void handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.BufferedContentChannel, com.yahoo.jdisc.handler.ResponseHandler)",
- "protected void writeErrorResponseOnOverload(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
- "protected java.util.concurrent.Executor executor()"
+ "protected void writeErrorResponseOnOverload(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
],
"fields": [
"protected final com.yahoo.jdisc.Metric metric"