You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@
44
44
45
45
/**
46
46
* {@link FactoryBean} for {@link HttpServiceProxyRegistry} responsible for
47
-
* initializing {@link HttpServiceGroup}s, and creating the HTTP Service client
47
+
* initializing {@link HttpServiceGroup}s and creating the HTTP Service client
48
48
* proxies for each group.
49
49
*
50
50
* <p>This class is imported as a bean definition through an
51
-
* {@link AbstractHttpServiceRegistrar}, and given .
0 commit comments