Polishing

This commit is contained in:
Juergen Hoeller 2017-01-18 01:00:02 +01:00
parent bea934b5bd
commit ee71e7bae1
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ import org.springframework.util.MultiValueMap;
*
* @author Arjen Poutsma
* @author Juergen Hoeller
* @author Rossen Stoyanchev
* @since 3.1
* @see UriComponentsBuilder
*/

View File

@ -164,6 +164,7 @@ public abstract class UriUtils {
HierarchicalUriComponents.Type type = HierarchicalUriComponents.Type.URI;
return HierarchicalUriComponents.encodeUriComponent(source, encoding, type);
}
/**
* Decode the given encoded URI component.
* <p>See {@link StringUtils#uriDecode(String, Charset) for the decoding rules.