Update original file location to author tag for consistency

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-07-19 20:21:08 +00:00
parent f52c84195f
commit a0aef72d87
1 changed files with 2 additions and 3 deletions

View File

@ -57,15 +57,14 @@ import java.util.Random;
/**
* <p>Common random <code>String</code> manipulation routines.</p>
*
* <p>Originally from the GenerationJava Core library.</p>
*
* @author GenerationJava Core library
* @author <a href="mailto:bayard@generationjava.com">Henri Yandell</a>
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
* @author Stephen Colebourne
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @author Phil Steitz
* @since 1.0
* @version $Id: RandomStringUtils.java,v 1.16 2003/07/16 00:39:05 scolebourne Exp $
* @version $Id: RandomStringUtils.java,v 1.17 2003/07/19 20:21:08 scolebourne Exp $
*/
public class RandomStringUtils {