Author: bayard
Date: Thu Nov 26 10:42:27 2009
New Revision: 884494
URL: http://svn.apache.org/viewvc?rev=884494&view=rev
Log:
Removing @author on method (not legal javadoc) and adding an @see to the jira
issue
Modified:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java
Modified:
commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java?rev=884494&r1=884493&r2=884494&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java
(original)
+++
commons/proper/lang/trunk/src/test/org/apache/commons/lang/RandomStringUtilsTest.java
Thu Nov 26 10:42:27 2009
@@ -323,7 +323,8 @@
* Checks if the string got by {...@link RandomStringUtils#random(int)}
* can be converted to UTF-8 and back without loss.
*
- * @author [email protected]
+ * @see <a
href="http://issues.apache.org/jira/browse/LANG-100">LANG-100</a>
+ *
* @throws Exception
*/
public void testLang100() throws Exception {