Project

General

Profile

« Previous | Next » 

Revision ad7201d3

Added by Andreas Müller over 3 years ago

cleanup and generics for ICdmEntitySessionEnabled

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/sortprovider/AbstractDateComparator.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.taxeditor.bulkeditor.input.sortprovider;
11 10

  
12 11
import java.util.Comparator;
......
18 17
/**
19 18
 * @author n.hoffmann
20 19
 * @created Dec 14, 2010
21
 * @version 1.0
22 20
 */
23 21
public abstract class AbstractDateComparator<T extends ICdmBase> implements Comparator<T>{
24 22

  

Also available in: Unified diff