diff --git a/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/ServiceInstanceListSupplierBuilder.java b/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/ServiceInstanceListSupplierBuilder.java index 36cf2543..ae060b9f 100644 --- a/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/ServiceInstanceListSupplierBuilder.java +++ b/spring-cloud-loadbalancer/src/main/java/org/springframework/cloud/loadbalancer/core/ServiceInstanceListSupplierBuilder.java @@ -250,8 +250,8 @@ public final class ServiceInstanceListSupplierBuilder { } /** - * Support {@link ServiceInstanceListSupplierBuilder} can be added to the expansion implementation of - * {@link ServiceInstanceListSupplier} by this method. + * Support {@link ServiceInstanceListSupplierBuilder} can be added to the expansion + * implementation of {@link ServiceInstanceListSupplier} by this method. * @param delegateCreator a {@link DelegateCreator} object * @return the {@link ServiceInstanceListSupplierBuilder} object */