Polishing

Fix Javadoc typos
This commit is contained in:
Mark Paluch
2020-05-19 15:24:50 +02:00
parent f607a679e5
commit 8f29643afb
2 changed files with 7 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ public class RestTemplateBuilder {
}
/**
* Set the {@link VaultEndpoint} that should with the {@link RestTemplate}.
* Set the {@link VaultEndpoint} that should be used with the {@link RestTemplate}.
*
* @param endpoint the {@link VaultEndpoint} provider.
* @return {@code this} {@link RestTemplateBuilder}.
@@ -91,7 +91,8 @@ public class RestTemplateBuilder {
}
/**
* Set the {@link VaultEndpointProvider} that should with the {@link RestTemplate}.
* Set the {@link VaultEndpointProvider} that should be used with the
* {@link RestTemplate}.
*
* @param provider the {@link VaultEndpoint} provider.
* @return {@code this} {@link RestTemplateBuilder}.

View File

@@ -73,7 +73,7 @@ public class WebClientBuilder {
}
/**
* Set the {@link VaultEndpoint} that should with the {@link WebClient}.
* Set the {@link VaultEndpoint} that should be used with the {@link WebClient}.
*
* @param endpoint the {@link VaultEndpoint} provider.
* @return {@code this} {@link WebClientBuilder}.
@@ -83,7 +83,8 @@ public class WebClientBuilder {
}
/**
* Set the {@link VaultEndpointProvider} that should with the {@link WebClient}.
* Set the {@link VaultEndpointProvider} that should be used with the
* {@link WebClient}.
*
* @param provider the {@link VaultEndpoint} provider.
* @return {@code this} {@link WebClientBuilder}.
@@ -98,8 +99,7 @@ public class WebClientBuilder {
}
/**
* Set the {@link ClientHttpConnector} that should be used each with the
* {@link WebClient}.
* Set the {@link ClientHttpConnector} that should be used with the {@link WebClient}.
*
* @param httpConnector the HTTP connector.
* @return {@code this} {@link WebClientBuilder}.