summaryrefslogtreecommitdiffstats
path: root/component/abi-spec.json
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2020-12-07 15:31:41 +0100
committerGitHub <noreply@github.com>2020-12-07 15:31:41 +0100
commit623ad7595b4d0685d969b4585bb73c272d7da033 (patch)
treeac2d6eb70cb4bc9b4423569538e5a164ec05d54e /component/abi-spec.json
parentd27544dd87c1c3d2798a10c04f22b8ff91d3185d (diff)
Revert "Always deconstruct in reverse creation order, including Provider objects"
Diffstat (limited to 'component/abi-spec.json')
-rw-r--r--component/abi-spec.json16
1 files changed, 1 insertions, 15 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 2dfa3e0d71d..5665075f1f2 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -2,8 +2,7 @@
"com.yahoo.component.AbstractComponent": {
"superClass": "java.lang.Object",
"interfaces": [
- "com.yahoo.component.Component",
- "com.yahoo.component.Deconstructable"
+ "com.yahoo.component.Component"
],
"attributes": [
"public"
@@ -106,19 +105,6 @@
],
"fields": []
},
- "com.yahoo.component.Deconstructable": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public",
- "interface",
- "abstract"
- ],
- "methods": [
- "public abstract void deconstruct()"
- ],
- "fields": []
- },
"com.yahoo.component.Version": {
"superClass": "java.lang.Object",
"interfaces": [