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:
Benedikt Ritter 2014-02-22 11:10:40 +00:00
parent bee1acc69e
commit 5d478ec9a7
1 changed files with 2 additions and 2 deletions

View File

@ -2435,10 +2435,10 @@ public void testPrependIfMissingIgnoreCase() {
} }
/** /**
* Tests {@link StringUtils#toString(byte[], Charset)} * Tests {@link StringUtils#toEncodedString(byte[], Charset)}
* *
* @throws UnsupportedEncodingException * @throws UnsupportedEncodingException
* @see StringUtils#toString(byte[], Charset) * @see StringUtils#toEncodedString(byte[], Charset)
*/ */
@Test @Test
public void testToEncodedString() throws UnsupportedEncodingException { public void testToEncodedString() throws UnsupportedEncodingException {