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