mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add baseUrl overloaded MvcUriComponentsBuilder methods
Issue: SPR-12800
This commit is contained in:
@@ -697,7 +697,7 @@ public class UriComponentsBuilder implements Cloneable {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Object clone() {
|
||||
public Object clone() {
|
||||
return new UriComponentsBuilder(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user