Updates javadoc

This commit is contained in:
spencergibb
2021-07-15 14:24:27 -04:00
parent d290aaeafa
commit a2f1f36d72

View File

@@ -49,7 +49,7 @@ public class TestRestTemplateFactory {
* {@link #create(ClientHttpRequestFactory)} to create {@link RestTemplate} for a
* given {@link ClientHttpRequestFactory}.
* @param sslConfiguration must not be {@literal null}.
* @return
* @return the configured {@link RestTemplate}.
*/
public static RestTemplate create(SslConfiguration sslConfiguration) {
@@ -70,7 +70,7 @@ public class TestRestTemplateFactory {
* {@link org.springframework.web.client.HttpStatusCodeException exceptions} in error
* cases and behave in that aspect like the regular {@link RestTemplate}.
* @param requestFactory must not be {@literal null}.
* @return
* @return the configured {@link RestTemplate}.
*/
public static RestTemplate create(ClientHttpRequestFactory requestFactory) {