File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/web/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ public UriComponentsBuilder fragment(String fragment) {
665
665
* "Forwarded" is not found.
666
666
* @param headers the HTTP headers to consider
667
667
* @return this UriComponentsBuilder
668
- * @since 4.3
668
+ * @since 4.2.7
669
669
*/
670
670
UriComponentsBuilder adaptFromForwardedHeaders (HttpHeaders headers ) {
671
671
String forwardedHeader = headers .getFirst ("Forwarded" );
@@ -743,7 +743,7 @@ public Object clone() {
743
743
/**
744
744
* Clone this {@code UriComponentsBuilder}.
745
745
* @return the cloned {@code UriComponentsBuilder} object
746
- * @since 4.3
746
+ * @since 4.2.7
747
747
*/
748
748
public UriComponentsBuilder cloneBuilder () {
749
749
return new UriComponentsBuilder (this );
You can’t perform that action at this time.
0 commit comments