Ignore:
Timestamp:
2019-04-26T07:06:30+02:00 (5 years ago)
Author:
GerdP
Message:

fix checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java

    r15018 r15020  
    163163     * Possible fix values. NMEA 0183 Version 4.00
    164164     */
    165     Collection<String> FIX_VALUES = Collections.unmodifiableList(Arrays.asList("none", "2d", "3d", "dgps", "pps","rtk", "float rtk", "estimated", "manual", "simulated"));
     165    Collection<String> FIX_VALUES = Collections.unmodifiableList(
     166            Arrays.asList("none", "2d", "3d", "dgps", "pps", "rtk", "float rtk", "estimated", "manual", "simulated"));
    166167}
Note: See TracChangeset for help on using the changeset viewer.