Remove unused code

This commit is contained in:
Sam Brannen
2025-04-03 10:58:51 +02:00
parent 71b6dcfa7e
commit 6576c52ed3

View File

@@ -180,10 +180,6 @@ public final class HttpServiceProxyRegistryFactoryBean
return this.declaredGroup.clientType();
}
public Class<? extends HttpServiceGroupConfigurer<?>> getConfigurerType() {
return this.groupAdapter.getConfigurerType();
}
@SuppressWarnings("unchecked")
public <CB> void apply(
BiConsumer<HttpServiceGroup, CB> clientConfigurer,