Fixed copyright date in license of TestBinaryHeap and added myself as an
author for BinaryHeap for my recent changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5ca0eeb3c
commit
ea8731a374
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BinaryHeap.java,v 1.5 2002/03/19 04:34:18 mas Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BinaryHeap.java,v 1.6 2002/03/19 04:49:00 mas Exp $
|
||||||
* $Revision: 1.5 $
|
* $Revision: 1.6 $
|
||||||
* $Date: 2002/03/19 04:34:18 $
|
* $Date: 2002/03/19 04:49:00 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -68,6 +68,7 @@ import java.util.Comparator;
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
|
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
|
||||||
* @author <a href="mailto:ram.chidambaram@telus.com">Ram Chidambaram</a>
|
* @author <a href="mailto:ram.chidambaram@telus.com">Ram Chidambaram</a>
|
||||||
|
* @author <a href="mailto:mas@apache.org">Michael A. Smith</a>
|
||||||
*/
|
*/
|
||||||
public final class BinaryHeap
|
public final class BinaryHeap
|
||||||
implements PriorityQueue
|
implements PriorityQueue
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBinaryHeap.java,v 1.1 2002/03/19 04:34:18 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.2 2002/03/19 04:49:00 mas Exp $
|
||||||
* $Revision: 1.1 $
|
* $Revision: 1.2 $
|
||||||
* $Date: 2002/03/19 04:34:18 $
|
* $Date: 2002/03/19 04:49:00 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
* 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) 2002 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
|
||||||
|
@ -72,7 +72,7 @@ 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="mas@apache.org">Michael A. Smith</a>
|
||||||
* @version $Id: TestBinaryHeap.java,v 1.1 2002/03/19 04:34:18 mas Exp $
|
* @version $Id: TestBinaryHeap.java,v 1.2 2002/03/19 04:49:00 mas Exp $
|
||||||
*/
|
*/
|
||||||
public class TestBinaryHeap extends TestObject {
|
public class TestBinaryHeap extends TestObject {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue