summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-17 10:35:01 +0200
committergjoranv <gv@yahooinc.com>2023-07-17 10:35:01 +0200
commit11bfe17d6f0ee2dc29ac1dc479c81251087d50ff (patch)
treec9ffe04d4f6077849d244f8b318568796c716159 /application
parentdcbbe7d1e6a63737dfc9c563346f07aaf24209cb (diff)
Update abi-specs after making config class Builders final
Diffstat (limited to 'application')
-rw-r--r--application/abi-spec.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/application/abi-spec.json b/application/abi-spec.json
index c95039b4c1f..95a9d2a524a 100644
--- a/application/abi-spec.json
+++ b/application/abi-spec.json
@@ -89,7 +89,8 @@
"com.yahoo.config.ConfigInstance$Builder"
],
"attributes" : [
- "public"
+ "public",
+ "final"
],
"methods" : [
"public void <init>()",
@@ -128,7 +129,8 @@
"com.yahoo.config.ConfigBuilder"
],
"attributes" : [
- "public"
+ "public",
+ "final"
],
"methods" : [
"public void <init>()",
@@ -159,7 +161,8 @@
"com.yahoo.config.ConfigBuilder"
],
"attributes" : [
- "public"
+ "public",
+ "final"
],
"methods" : [
"public void <init>()",
@@ -190,7 +193,8 @@
"com.yahoo.config.ConfigBuilder"
],
"attributes" : [
- "public"
+ "public",
+ "final"
],
"methods" : [
"public void <init>()",