Ignore:
Timestamp:
2018-11-27T21:40:10+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #16995 - de-duplicate storage of timestamp within WayPoint and refactor some methods, added documentation, added some robustness against legacy code (will also log a warning if detected). Patch by cmuelle8, modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/nmea/NmeaReader.java

    r14434 r14456  
    525525            if (ps.pWp != currentwp) {
    526526                if (ps.pWp != null) {
    527                     ps.pWp.setTimeFromAttribute();
     527                    ps.pWp.getDate();
    528528                }
    529529                ps.pWp = currentwp;
Note: See TracChangeset for help on using the changeset viewer.