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-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/annotation/LoadBalancerClientConfiguration.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
* @author Spencer Gibb
51
51
* @author Olga Maciaszek-Sharma
52
52
* @author Tim Ysewyn
53
+
* @author BaoLin Zhu
53
54
*/
54
55
@Configuration(proxyBeanMethods = false)
55
56
@ConditionalOnDiscoveryEnabled
@@ -202,7 +203,7 @@ public ServiceInstanceListSupplier retryAwareDiscoveryClientServiceInstanceListS
0 commit comments