Generated by
JDiff

Class org.springframework.web.util.UriComponentsBuilder

Documentation changed from old to new.

Added Methods
UriComponentsBuilder schemeSpecificPart(String) Set the URI scheme-specific-part.
 

Changed Methods
UriComponentsBuilder host(String) Documentation changed from old to new.
Sets the URI host.
UriComponentsBuilder path(String) Documentation changed from old to new.
Appends the given path to the existing path of this builder.
UriComponentsBuilder userInfo(String) Documentation changed from old to new.
Sets the URI user info.