From bd8d640c42b9540ebea282f8ff6ed92f54c8ea55 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Tue, 27 Jul 2021 15:20:31 +0200 Subject: [PATCH] Reformat with updated plugin. --- .../loadbalancer/core/ServiceInstanceListSupplierBuilder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */