Polishing
This commit is contained in:
@@ -38,6 +38,7 @@ import org.springframework.util.MultiValueMap;
|
|||||||
*
|
*
|
||||||
* @author Arjen Poutsma
|
* @author Arjen Poutsma
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
* @author Rossen Stoyanchev
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
* @see UriComponentsBuilder
|
* @see UriComponentsBuilder
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ public abstract class UriUtils {
|
|||||||
HierarchicalUriComponents.Type type = HierarchicalUriComponents.Type.URI;
|
HierarchicalUriComponents.Type type = HierarchicalUriComponents.Type.URI;
|
||||||
return HierarchicalUriComponents.encodeUriComponent(source, encoding, type);
|
return HierarchicalUriComponents.encodeUriComponent(source, encoding, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decode the given encoded URI component.
|
* Decode the given encoded URI component.
|
||||||
* <p>See {@link StringUtils#uriDecode(String, Charset) for the decoding rules.
|
* <p>See {@link StringUtils#uriDecode(String, Charset) for the decoding rules.
|
||||||
|
|||||||
Reference in New Issue
Block a user