We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820831 commit e473550Copy full SHA for e473550
spring-web/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2015 the original author or authors.
+ * Copyright 2002-2018 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
26
* all outgoing and incoming streams in memory.
27
28
* <p>Using this wrapper allows for multiple reads of the
29
- * @linkplain ClientHttpResponse#getBody() response body}.
+ * {@linkplain ClientHttpResponse#getBody() response body}.
30
31
* @author Arjen Poutsma
32
* @since 3.1
0 commit comments