Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (4 weeks ago)
Author:
taylor.smock
Message:

Revert most var changes from r19048, fix most new compile warnings and checkstyle issues

Also, document why various ErrorProne checks were originally disabled and fix
generic SonarLint issues.

File:
1 edited

Legend:

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

    r18787 r19050  
    387387                if (!accu.isEmpty()) {
    388388                    int fixtype = Integer.parseInt(accu);
    389                     switch(fixtype) {
     389                    switch (fixtype) {
    390390                    case 0:
    391391                        currentwp.put(GpxConstants.PT_FIX, "none");
Note: See TracChangeset for help on using the changeset viewer.