Changeset 16373 in josm for trunk/scripts
- Timestamp:
- 2020-04-22T19:27:11+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.java
r16127 r16373 504 504 continue; 505 505 } 506 if (isBlank(e.getDate()) && e.getDate() != null) { 507 myprintln("+++ JOSM-Entry without empty Date: " + getDescription(e)); 508 continue; 509 } 506 510 if (isBlank(getName(e))) { 507 511 myprintln("+++ JOSM-Entry without Name: " + getDescription(e));
Note:
See TracChangeset
for help on using the changeset viewer.