Changeset 16373 in josm for trunk/scripts


Ignore:
Timestamp:
2020-04-22T19:27:11+02:00 (5 years ago)
Author:
stoecker
Message:

one more warning about bad data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r16127 r16373  
    504504                continue;
    505505            }
     506            if (isBlank(e.getDate()) && e.getDate() != null) {
     507                myprintln("+++ JOSM-Entry without empty Date: " + getDescription(e));
     508                continue;
     509            }
    506510            if (isBlank(getName(e))) {
    507511                myprintln("+++ JOSM-Entry without Name: " + getDescription(e));
Note: See TracChangeset for help on using the changeset viewer.