Code tidy

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-05-16 11:49:24 +00:00
parent f99d6d6d41
commit b04008f49f
2 changed files with 4 additions and 4 deletions

View File

@ -51,9 +51,9 @@ import java.util.List;
*
* @since Commons Collections 2.0
* @author Morgan Delagrange
* @version $Revision: 1.17 $ $Date: 2004/05/15 13:24:11 $
* @version $Revision: 1.18 $ $Date: 2004/05/16 11:48:49 $
*/
public class ComparatorChain implements Comparator,Serializable {
public class ComparatorChain implements Comparator, Serializable {
/** Serialization version from Collections 2.0. */
private static final long serialVersionUID = -721644942746081630L;

View File

@ -23,14 +23,14 @@ import java.util.Comparator;
* to its {@link #compare(Object, Object) compare} method.
*
* @since Commons Collections 2.0
* @version $Revision: 1.19 $ $Date: 2004/05/15 13:24:11 $
* @version $Revision: 1.20 $ $Date: 2004/05/16 11:49:24 $
*
* @author Henri Yandell
* @author Michael A. Smith
*
* @see java.util.Collections#reverseOrder()
*/
public class ReverseComparator implements Comparator,Serializable {
public class ReverseComparator implements Comparator, Serializable {
/** Serialization version from Collections 2.0. */
private static final long serialVersionUID = 2858887242028539265L;