Skip to content

Commit

Permalink
Update ABI spec after moving Chainable inheritance up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmv committed Jun 28, 2024
1 parent 47df1a3 commit 1eae59a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions container-core/abi-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2356,8 +2356,7 @@
"superClass" : "java.lang.Object",
"interfaces" : [
"com.yahoo.jdisc.SharedResource",
"com.yahoo.jdisc.http.filter.RequestFilterBase",
"com.yahoo.component.chain.model.Chainable"
"com.yahoo.jdisc.http.filter.RequestFilterBase"
],
"attributes" : [
"public",
Expand All @@ -2371,7 +2370,9 @@
},
"com.yahoo.jdisc.http.filter.RequestFilterBase" : {
"superClass" : "java.lang.Object",
"interfaces" : [ ],
"interfaces" : [
"com.yahoo.component.chain.model.Chainable"
],
"attributes" : [
"public",
"interface",
Expand Down Expand Up @@ -2401,8 +2402,7 @@
"superClass" : "java.lang.Object",
"interfaces" : [
"com.yahoo.jdisc.SharedResource",
"com.yahoo.jdisc.http.filter.ResponseFilterBase",
"com.yahoo.component.chain.model.Chainable"
"com.yahoo.jdisc.http.filter.ResponseFilterBase"
],
"attributes" : [
"public",
Expand All @@ -2416,7 +2416,9 @@
},
"com.yahoo.jdisc.http.filter.ResponseFilterBase" : {
"superClass" : "java.lang.Object",
"interfaces" : [ ],
"interfaces" : [
"com.yahoo.component.chain.model.Chainable"
],
"attributes" : [
"public",
"interface",
Expand Down

0 comments on commit 1eae59a

Please sign in to comment.