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:
parent
d21300717e
commit
4bf376b34b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue