From 11bfe17d6f0ee2dc29ac1dc479c81251087d50ff Mon Sep 17 00:00:00 2001 From: gjoranv Date: Mon, 17 Jul 2023 10:35:01 +0200 Subject: Update abi-specs after making config class Builders final --- container-search/abi-spec.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'container-search/abi-spec.json') diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json index c41c1c79149..0f440957dfd 100644 --- a/container-search/abi-spec.json +++ b/container-search/abi-spec.json @@ -4456,7 +4456,8 @@ "com.yahoo.config.ConfigInstance$Builder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", @@ -4696,7 +4697,8 @@ "com.yahoo.config.ConfigInstance$Builder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", @@ -4758,7 +4760,8 @@ "com.yahoo.config.ConfigInstance$Builder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", @@ -4784,7 +4787,8 @@ "com.yahoo.config.ConfigBuilder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", @@ -7186,7 +7190,8 @@ "com.yahoo.config.ConfigInstance$Builder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", @@ -7212,7 +7217,8 @@ "com.yahoo.config.ConfigBuilder" ], "attributes" : [ - "public" + "public", + "final" ], "methods" : [ "public void ()", -- cgit v1.2.3