Ignore:
Timestamp:
2013-03-19T20:46:10+01:00 (13 years ago)
Author:
zverik
Message:

another iteration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetTools.java

    r29371 r29376  
    11package iodb;
    22
     3import java.text.SimpleDateFormat;
    34import java.util.*;
    45import org.openstreetmap.josm.Main;
     
    1819public class ImageryOffsetTools {
    1920    public static final String DIALOG_TITLE = tr("Imagery Offset");
     21    public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd");
    2022   
    2123    public static ImageryLayer getTopImageryLayer() {
Note: See TracChangeset for help on using the changeset viewer.