From 4d819128db03f618673b485bf6f6df33ec4cab57 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 4 Sep 2019 14:33:02 +0200 Subject: [PATCH] Fix Javadoc --- .../http/client/InterceptingClientHttpRequest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java b/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java index 7d44e41f766..8b75f7e31a7 100644 --- a/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java +++ b/spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,8 @@ import org.springframework.util.Assert; import org.springframework.util.StreamUtils; /** - * Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptors}. + * Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor + * ClientHttpRequestInterceptors}. * * @author Arjen Poutsma * @since 3.1