Removing @author on method (not legal javadoc) and adding an @see to the jira issue

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-11-26 10:42:27 +00:00
parent d21300717e
commit 4bf376b34b
1 changed files with 2 additions and 1 deletions

View File

@ -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 <a href="http://issues.apache.org/jira/browse/LANG-100">LANG-100</a>
*
* @throws Exception
*/
public void testLang100() throws Exception {