Changeset 19299 in josm for trunk/src


Ignore:
Timestamp:
2025-01-28T15:38:21+01:00 (3 weeks ago)
Author:
stoecker
Message:

fix another valid PMD complain

File:
1 edited

Legend:

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

    r19295 r19299  
    305305                .orElse(Locale.getDefault())
    306306                .getCountry();
    307         if (country == "US")
     307        if ("US".equals(country))
    308308            // https://en.wikipedia.org/wiki/Metrication_in_the_United_States#Current_use
    309309            // Imperial units still used in transportation and Earth sciences
Note: See TracChangeset for help on using the changeset viewer.