Changeset 19359 in josm


Ignore:
Timestamp:
2025-03-23T13:03:42+01:00 (5 weeks ago)
Author:
stoecker
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java

    r19358 r19359  
    124124                    if (info != null) {
    125125                        String type = info[0];
    126                         String comment = info[1].replaceAll(""","\"").replaceAll("'","'").replaceAll("&","&");
     126                        String comment = info[1].replaceAll(""", "\"").replaceAll("'", "'").replaceAll("&", "&");
    127127                        if ("country-code".equals(type)) { // Which list to use?
    128128                            if (!dv.isValidInfrastructureTld(asciiTld)) {
Note: See TracChangeset for help on using the changeset viewer.