aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cachelist/LocusExportCacheListApp.java
blob: adaa84901ea2b8fc480000dc89f7fc421332c0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
package cgeo.geocaching.apps.cachelist;

import cgeo.geocaching.R;

final class LocusExportCacheListApp extends AbstractLocusCacheListApp {

    public LocusExportCacheListApp() {
        super(R.id.cache_list_app_locus_export, true);
    }

}