Fix javadoc.

This commit is contained in:
Olga MaciaszekSharma
2021-11-29 19:06:38 +01:00
parent 2a10a077e1
commit d195b9bb0b

View File

@@ -30,7 +30,7 @@ import org.springframework.web.reactive.function.client.ClientRequest;
public interface LoadBalancerClientRequestTransformer {
/**
* Order for the load balancer request tranformer.
* Order for the {@link LoadBalancerClientRequestTransformer}.
*/
int DEFAULT_ORDER = 0;