blob: ac49e6612398a4aa788d4604631631acb97d3a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
package cgeo.geocaching.sorting;
/**
* Compares caches by date. Used only for event caches.
*
* @author campbeb
*
*/
public class EventDateComparator extends DateComparator {
}
|