Changeset 9727 in josm for trunk/src/org


Ignore:
Timestamp:
2016-02-03T21:07:14+01:00 (8 years ago)
Author:
simon04
Message:

Add further CorrelateGpxWithImages unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java

    r9726 r9727  
    13181318    }
    13191319
    1320     private static String formatTimezone(double timezone) {
     1320    static String formatTimezone(double timezone) {
    13211321        StringBuilder ret = new StringBuilder();
    13221322
     
    13371337    }
    13381338
    1339     private static double parseTimezone(String timezone) throws ParseException {
     1339    static double parseTimezone(String timezone) throws ParseException {
    13401340
    13411341        if (timezone.isEmpty())
     
    14081408    }
    14091409
    1410     private static long parseOffset(String offset) throws ParseException {
     1410    static long parseOffset(String offset) throws ParseException {
    14111411        String error = tr("Error while parsing offset.\nExpected format: {0}", "number");
    14121412
Note: See TracChangeset for help on using the changeset viewer.