Fix typo in Java doc

This commit is contained in:
Damiano Albani
2018-06-29 11:04:15 +02:00
committed by Rossen Stoyanchev
parent 641039d85d
commit 3165b3c024

View File

@@ -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