Changeset 35218 in osm for applications/editors/josm


Ignore:
Timestamp:
2019-11-02T15:44:52+01:00 (5 years ago)
Author:
donvip
Message:

fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java

    r35217 r35218  
    9595                        try {
    9696                            long curWpTime = DateUtils.fromString(curWpTimeStr).getTime() + offset;
    97                             /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime, offset);
     97                            /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime);
    9898
    9999                            prevWp = curWp;
     
    116116
    117117    private static int matchPoints(List<NanoLogEntry> entries, WayPoint prevWp, long prevWpTime,
    118             WayPoint curWp, long curWpTime, long offset) {
     118            WayPoint curWp, long curWpTime) {
    119119        // Time between the track point and the previous one, 5 sec if first point, i.e. photos take
    120120        // 5 sec before the first track point can be assumed to be take at the starting position
Note: See TracChangeset for help on using the changeset viewer.