Ignore:
Timestamp:
2021-04-14T21:29:47+02:00 (4 years ago)
Author:
simon04
Message:

fix #20741 - Various code simplifications (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/conversion/LatLonParser.java

    r13602 r17787  
    4343            + "('|"+MIN+"|min)|"                // (4)
    4444            + "(\"|"+SEC+"|sec)|"               // (5)
    45             + "(,|;)|"                          // (6)
     45            + "([,;])|"                         // (6)
    4646            + "([NSEW"+N_TR+S_TR+E_TR+W_TR+"])|"// (7)
    4747            + "\\s+|"
Note: See TracChangeset for help on using the changeset viewer.