Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
This commit is contained in:
@@ -38,7 +38,7 @@ import org.springframework.http.client.ClientHttpResponse;
|
||||
import org.springframework.web.util.UriTemplateHandler;
|
||||
|
||||
/**
|
||||
* {@link ClientHttpRequestInterceptor} applied via a
|
||||
* {@link ClientHttpRequestInterceptor} applied through a
|
||||
* {@link MetricsRestTemplateCustomizer} to record metrics.
|
||||
*
|
||||
* @author Jon Schneider
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.springframework.web.reactive.function.client.ExchangeFilterFunction;
|
||||
import org.springframework.web.reactive.function.client.ExchangeFunction;
|
||||
|
||||
/**
|
||||
* {@link ExchangeFilterFunction} applied via a {@link MetricsWebClientCustomizer} to
|
||||
* {@link ExchangeFilterFunction} applied through a {@link MetricsWebClientCustomizer} to
|
||||
* record metrics.
|
||||
*
|
||||
* @author Brian Clozel
|
||||
|
||||
@@ -22,7 +22,7 @@ import org.springframework.context.ApplicationContext;
|
||||
|
||||
/**
|
||||
* A {@link MappingDescriptionProvider} provides a {@link List} of mapping descriptions
|
||||
* via implementation-specific introspection of an application context.
|
||||
* through implementation-specific introspection of an application context.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @since 2.0.0
|
||||
|
||||
@@ -47,7 +47,7 @@ import static org.mockito.BDDMockito.then;
|
||||
import static org.mockito.Mockito.mock;
|
||||
|
||||
/**
|
||||
* Integration tests for {@link LoggersEndpoint} when exposed via Jersey, Spring MVC, and
|
||||
* Integration tests for {@link LoggersEndpoint} when exposed over Jersey, Spring MVC, and
|
||||
* WebFlux.
|
||||
*
|
||||
* @author Ben Hale
|
||||
|
||||
Reference in New Issue
Block a user