Change author name (by request)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-11-30 13:36:08 +00:00
parent cd7aa49c16
commit a7b55abc7e
2 changed files with 4 additions and 4 deletions

View File

@ -78,9 +78,9 @@
* @author Tim O'Brien
* @author Pete Gieser
* @author Gary Gregory
* @author Ashwin Suresh
* @author <a href="mailto:equinus100@hotmail.com">Ashwin S</a>
* @since 2.0
* @version $Id: ArrayUtils.java,v 1.27 2003/11/29 13:24:33 scolebourne Exp $
* @version $Id: ArrayUtils.java,v 1.28 2003/11/30 13:36:08 scolebourne Exp $
*/
public class ArrayUtils {

View File

@ -71,8 +71,8 @@
* @author Nikolay Metchev
* @author Matthew Hawthorne
* @author Tim O'Brien
* @author Ashwin Suresh
* @version $Id: ArrayUtilsTest.java,v 1.16 2003/11/29 13:24:33 scolebourne Exp $
* @author <a href="mailto:equinus100@hotmail.com">Ashwin S</a>
* @version $Id: ArrayUtilsTest.java,v 1.17 2003/11/30 13:36:08 scolebourne Exp $
*/
public class ArrayUtilsTest extends TestCase {