Skip to content

Commit 6576c52

Browse files
committed
Remove unused code
1 parent 71b6dcf commit 6576c52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java

-4
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ public ClientType clientType() {
180180
return this.declaredGroup.clientType();
181181
}
182182

183-
public Class<? extends HttpServiceGroupConfigurer<?>> getConfigurerType() {
184-
return this.groupAdapter.getConfigurerType();
185-
}
186-
187183
@SuppressWarnings("unchecked")
188184
public <CB> void apply(
189185
BiConsumer<HttpServiceGroup, CB> clientConfigurer,

0 commit comments

Comments
 (0)