Fix typo in Java doc
This commit is contained in:
committed by
Rossen Stoyanchev
parent
641039d85d
commit
3165b3c024
@@ -263,7 +263,7 @@ public abstract class UriUtils {
|
||||
|
||||
|
||||
/**
|
||||
* Variant of {@link #decode(String, Charset)} with a String charset.
|
||||
* Variant of {@link #encode(String, Charset)} with a String charset.
|
||||
* @param source the String to be encoded
|
||||
* @param encoding the character encoding to encode to
|
||||
* @return the encoded String
|
||||
|
||||
Reference in New Issue
Block a user