summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--component/abi-spec.json15
-rw-r--r--container-di/abi-spec.json18
2 files changed, 16 insertions, 17 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 2dfa3e0d71d..0e33fde3c5a 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -348,5 +348,20 @@
"public bridge synthetic java.lang.Object clone()"
],
"fields": []
+ },
+ "com.yahoo.container.di.componentgraph.Provider": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "com.yahoo.component.Deconstructable"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract java.lang.Object get()"
+ ],
+ "fields": []
}
} \ No newline at end of file
diff --git a/container-di/abi-spec.json b/container-di/abi-spec.json
index 02cc29cd07f..9e26dfeeb6e 100644
--- a/container-di/abi-spec.json
+++ b/container-di/abi-spec.json
@@ -1,17 +1 @@
-{
- "com.yahoo.container.di.componentgraph.Provider": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.component.Deconstructable"
- ],
- "attributes": [
- "public",
- "interface",
- "abstract"
- ],
- "methods": [
- "public abstract java.lang.Object get()"
- ],
- "fields": []
- }
-} \ No newline at end of file
+{} \ No newline at end of file