Fix JavaDoc link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1570818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bee1acc69e
commit
5d478ec9a7
|
@ -2435,10 +2435,10 @@ public class StringUtilsTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests {@link StringUtils#toString(byte[], Charset)}
|
||||
* Tests {@link StringUtils#toEncodedString(byte[], Charset)}
|
||||
*
|
||||
* @throws UnsupportedEncodingException
|
||||
* @see StringUtils#toString(byte[], Charset)
|
||||
* @see StringUtils#toEncodedString(byte[], Charset)
|
||||
*/
|
||||
@Test
|
||||
public void testToEncodedString() throws UnsupportedEncodingException {
|
||||
|
|
Loading…
Reference in New Issue