From 6db2efe4e9eb1d389304aa842ef40359b227bb97 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 6 Aug 2024 07:04:19 +0200 Subject: [PATCH] Remove commented code --- .../api/model/response/OidcApplicationConfigurationResponse.java | 1 - 1 file changed, 1 deletion(-) diff --git a/powerauth-restful-model/src/main/java/io/getlime/security/powerauth/rest/api/model/response/OidcApplicationConfigurationResponse.java b/powerauth-restful-model/src/main/java/io/getlime/security/powerauth/rest/api/model/response/OidcApplicationConfigurationResponse.java index 13fe657a..c4489321 100644 --- a/powerauth-restful-model/src/main/java/io/getlime/security/powerauth/rest/api/model/response/OidcApplicationConfigurationResponse.java +++ b/powerauth-restful-model/src/main/java/io/getlime/security/powerauth/rest/api/model/response/OidcApplicationConfigurationResponse.java @@ -29,7 +29,6 @@ * @author Lubos Racansky, lubos.racansky@wultra.com */ @Data -//@SuperBuilder public class OidcApplicationConfigurationResponse { private String providerId;