Javadoc fixes

This commit is contained in:
Juergen Hoeller
2017-02-18 01:43:30 +01:00
parent 214d0d76a5
commit 45df1d9fea
2 changed files with 3 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ public abstract class UriUtils {
/**
* 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.
* @param source the encoded String
* @param encoding the encoding
* @return the decoded value