Changeset 16374 in josm for trunk/scripts


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

one more warning about bad data (fix typo)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r16373 r16374  
    505505            }
    506506            if (isBlank(e.getDate()) && e.getDate() != null) {
    507                 myprintln("+++ JOSM-Entry without empty Date: " + getDescription(e));
     507                myprintln("+++ JOSM-Entry with empty Date: " + getDescription(e));
    508508                continue;
    509509            }
Note: See TracChangeset for help on using the changeset viewer.