Changeset 15879 in josm for trunk


Ignore:
Timestamp:
2020-02-17T20:14:53+01:00 (4 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r15878 r15879  
    15021502        String id = getId(o);
    15031503        String d = cc;
    1504         if(name != null && !name.isEmpty()) {
     1504        if (name != null && !name.isEmpty()) {
    15051505            d += name;
    1506             if(id != null && !id.isEmpty())
     1506            if (id != null && !id.isEmpty())
    15071507              d += " ["+id+"]";
    1508         }
    1509         else if(url != null && !url.isEmpty())
     1508        } else if (url != null && !url.isEmpty())
    15101509            d += url;
    15111510        if (optionShorten) {
Note: See TracChangeset for help on using the changeset viewer.