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,