From e47355078c131ee572afad1692128bfcfe2ca642 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 10 Sep 2018 12:36:40 +0200 Subject: [PATCH] Correct linkplain javadoc in BufferingClientHttpRequestFactory Issue: SPR-17261 --- .../http/client/BufferingClientHttpRequestFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java b/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java index 3f3b418514f..ec251fdf49c 100644 --- a/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java +++ b/spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2015 the original author or authors. + * Copyright 2002-2018 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. @@ -26,7 +26,7 @@ import org.springframework.http.HttpMethod; * all outgoing and incoming streams in memory. * *

Using this wrapper allows for multiple reads of the - * @linkplain ClientHttpResponse#getBody() response body}. + * {@linkplain ClientHttpResponse#getBody() response body}. * * @author Arjen Poutsma * @since 3.1