WeakValueHashMapTest changes for revisions 6274:6275

SVN $Id keyword is not used in Apache SIS.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r6274:6275 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/test/java/org/geotools/util/WeakValueHashMapTest.java
Revision 6274Revision 6275
 * Test the {@link WeakHashSet}. A standard {@link HashSet} object
 * is used for comparaison purpose.
 *
 * @version $Id: WeakValueHashMapTest.java,v 1.3 2003/08/06 17:30:17 desruisseaux Exp $
 * @author Martin Desruisseaux
 */
public class WeakValueHashMapTest extends TestCase {
 * Test the {@link WeakHashSet}. A standard {@link HashSet} object
 * is used for comparaison purpose.
 *
 * @version $Id$
 * @author Martin Desruisseaux
 */
public class WeakValueHashMapTest extends TestCase {