Skip to content

Commit e473550

Browse files
committed
Correct linkplain javadoc in BufferingClientHttpRequestFactory
Issue: SPR-17261
1 parent 2820831 commit e473550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2015 the original author or authors.
2+
* Copyright 2002-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626
* all outgoing and incoming streams in memory.
2727
*
2828
* <p>Using this wrapper allows for multiple reads of the
29-
* @linkplain ClientHttpResponse#getBody() response body}.
29+
* {@linkplain ClientHttpResponse#getBody() response body}.
3030
*
3131
* @author Arjen Poutsma
3232
* @since 3.1

0 commit comments

Comments
 (0)