Polishing
This commit is contained in:
parent
bea934b5bd
commit
ee71e7bae1
|
@ -38,6 +38,7 @@ import org.springframework.util.MultiValueMap;
|
|||
*
|
||||
* @author Arjen Poutsma
|
||||
* @author Juergen Hoeller
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 3.1
|
||||
* @see UriComponentsBuilder
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue