Changeset 2875 in josm for trunk/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java
- Timestamp:
- 2010-01-18T20:03:38+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/MultiFetchServerObjectReader.java
r2852 r2875 112 112 OsmPrimitive primitive = ds.getPrimitiveById(id, type); 113 113 if (primitive == null) 114 throw new NoSuchElementException(tr("No primitive with id {0} in local dataset. Can 't infer primitive type.", id));114 throw new NoSuchElementException(tr("No primitive with id {0} in local dataset. Cannot infer primitive type.", id)); 115 115 remember(primitive.getPrimitiveId()); 116 116 return;
Note:
See TracChangeset
for help on using the changeset viewer.
