should have updated copyright with last commit

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2003-01-04 13:43:10 +00:00
parent 42f142840e
commit ceba1806c3
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestObject.java,v 1.14 2003/01/04 13:10:27 rwaldhoff Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestObject.java,v 1.15 2003/01/04 13:43:10 rwaldhoff Exp $
* $Revision: 1.14 $ * $Revision: 1.15 $
* $Date: 2003/01/04 13:10:27 $ * $Date: 2003/01/04 13:43:10 $
* *
* ==================================================================== * ====================================================================
* *
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -84,7 +84,7 @@ import java.io.Serializable;
* test case (method) your {@link Object} fails. * test case (method) your {@link Object} fails.
* *
* @author Rodney Waldhoff * @author Rodney Waldhoff
* @version $Id: TestObject.java,v 1.14 2003/01/04 13:10:27 rwaldhoff Exp $ * @version $Id: TestObject.java,v 1.15 2003/01/04 13:43:10 rwaldhoff Exp $
*/ */
public abstract class TestObject extends BulkTest { public abstract class TestObject extends BulkTest {
public TestObject(String testName) { public TestObject(String testName) {