From 6576c52ed3cef57cfbadb0570091f2f2503b18d6 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:58:51 +0200 Subject: [PATCH] Remove unused code --- .../service/registry/HttpServiceProxyRegistryFactoryBean.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java b/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java index f3942e31a6..d1328f75a0 100644 --- a/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java +++ b/spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java @@ -180,10 +180,6 @@ public final class HttpServiceProxyRegistryFactoryBean return this.declaredGroup.clientType(); } - public Class> getConfigurerType() { - return this.groupAdapter.getConfigurerType(); - } - @SuppressWarnings("unchecked") public void apply( BiConsumer clientConfigurer,