diff --git a/src/test/org/apache/commons/lang/RandomStringUtilsTest.java b/src/test/org/apache/commons/lang/RandomStringUtilsTest.java index 038e3d6e2..45662a653 100644 --- a/src/test/org/apache/commons/lang/RandomStringUtilsTest.java +++ b/src/test/org/apache/commons/lang/RandomStringUtilsTest.java @@ -323,7 +323,8 @@ public class RandomStringUtilsTest extends junit.framework.TestCase { * Checks if the string got by {@link RandomStringUtils#random(int)} * can be converted to UTF-8 and back without loss. * - * @author stefanhoehne@fastmail.fm + * @see LANG-100 + * * @throws Exception */ public void testLang100() throws Exception {