Fix email address links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fdad7215b
commit
b8dc22933b
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapBag.java,v 1.1 2002/03/25 05:50:57 mas Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapBag.java,v 1.2 2002/06/11 02:41:47 mas Exp $
|
||||||
* $Revision: 1.1 $
|
* $Revision: 1.2 $
|
||||||
* $Date: 2002/03/25 05:50:57 $
|
* $Date: 2002/06/11 02:41:47 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -79,7 +79,7 @@ import java.util.Set;
|
||||||
* the bag.
|
* the bag.
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author <a href="mas@apache.org">Michael A. Smith</a>
|
* @author <a href="mailto:mas@apache.org">Michael A. Smith</a>
|
||||||
**/
|
**/
|
||||||
public abstract class DefaultMapBag implements Bag {
|
public abstract class DefaultMapBag implements Bag {
|
||||||
private Map _map = null;
|
private Map _map = null;
|
||||||
|
|
|
@ -62,8 +62,8 @@ import java.util.Comparator;
|
||||||
* A Comparator that will compare nulls to be either lower or higher than
|
* A Comparator that will compare nulls to be either lower or higher than
|
||||||
* other objects.
|
* other objects.
|
||||||
*
|
*
|
||||||
* @author <a href="mas@apache.org">Michael A. Smith</a>
|
* @author <a href="mailto:mas@apache.org">Michael A. Smith</a>
|
||||||
* @version $Id: NullComparator.java,v 1.2 2002/06/10 05:33:53 mas Exp $
|
* @version $Id: NullComparator.java,v 1.3 2002/06/11 02:41:47 mas Exp $
|
||||||
**/
|
**/
|
||||||
public class NullComparator implements Comparator, Serializable {
|
public class NullComparator implements Comparator, Serializable {
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBinaryHeap.java,v 1.2 2002/03/19 04:49:00 mas Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBinaryHeap.java,v 1.3 2002/06/11 02:41:47 mas Exp $
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
* $Date: 2002/03/19 04:49:00 $
|
* $Date: 2002/06/11 02:41:47 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -71,8 +71,8 @@ import org.apache.commons.collections.comparators.ReverseComparator;
|
||||||
/**
|
/**
|
||||||
* Tests the BinaryHeap.
|
* Tests the BinaryHeap.
|
||||||
*
|
*
|
||||||
* @author <a href="mas@apache.org">Michael A. Smith</a>
|
* @author <a href="mailto:mas@apache.org">Michael A. Smith</a>
|
||||||
* @version $Id: TestBinaryHeap.java,v 1.2 2002/03/19 04:49:00 mas Exp $
|
* @version $Id: TestBinaryHeap.java,v 1.3 2002/06/11 02:41:47 mas Exp $
|
||||||
*/
|
*/
|
||||||
public class TestBinaryHeap extends TestObject {
|
public class TestBinaryHeap extends TestObject {
|
||||||
|
|
||||||
|
|
|
@ -65,8 +65,8 @@ import junit.framework.TestSuite;
|
||||||
/**
|
/**
|
||||||
* Test the NullComparator
|
* Test the NullComparator
|
||||||
*
|
*
|
||||||
* @author <a href="mas@apache.org">Michael A. Smith</a>
|
* @author <a href="mailto:mas@apache.org">Michael A. Smith</a>
|
||||||
* @version $Id: TestNullComparator.java,v 1.1 2002/06/09 19:23:53 mas Exp $
|
* @version $Id: TestNullComparator.java,v 1.2 2002/06/11 02:41:47 mas Exp $
|
||||||
**/
|
**/
|
||||||
public abstract class TestNullComparator extends TestComparator {
|
public abstract class TestNullComparator extends TestComparator {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue