Changeset 14314 in josm for trunk/src/org
- Timestamp:
- 2018-10-12T22:24:27+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmChangeReader.java
r14266 r14314 122 122 } 123 123 } 124 if (location != null && text != null ) {124 if (location != null && text != null && !text.isEmpty()) { 125 125 noteData.createNote(location, text); 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.