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