Fixed @since references after SPR-14080 backport

Issue: SPR-14305
This commit is contained in:
Juergen Hoeller 2016-06-07 13:35:19 +02:00
parent d0b2fe5e8c
commit 9a41774364
1 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ public class UriComponentsBuilder implements Cloneable {
* "Forwarded" is not found.
* @param headers the HTTP headers to consider
* @return this UriComponentsBuilder
* @since 4.3
* @since 4.2.7
*/
UriComponentsBuilder adaptFromForwardedHeaders(HttpHeaders headers) {
String forwardedHeader = headers.getFirst("Forwarded");
@ -743,7 +743,7 @@ public class UriComponentsBuilder implements Cloneable {
/**
* Clone this {@code UriComponentsBuilder}.
* @return the cloned {@code UriComponentsBuilder} object
* @since 4.3
* @since 4.2.7
*/
public UriComponentsBuilder cloneBuilder() {
return new UriComponentsBuilder(this);