- Timestamp:
- 2017-12-06T19:33:49+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/AbstractReader.java
r13196 r13197 112 112 w.setNodes(wayNodes); 113 113 if (w.hasIncompleteNodes()) { 114 Logging.info(tr("Way {0} with {1} nodes has incompletenodesbecause at least one node was missing in the loaded data.",114 Logging.info(tr("Way {0} with {1} nodes is incomplete because at least one node was missing in the loaded data.", 115 115 Long.toString(externalWayId), w.getNodesCount())); 116 116 }
Note:
See TracChangeset
for help on using the changeset viewer.