Changeset 2141 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2009-09-15T16:32:01+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
r2120 r2141 392 392 throw new IllegalArgumentException(tr("parameter {0} > 0 required. Got {1}.", "id", id)); 393 393 if (id <= 0) 394 throw new IllegalArgumentException(tr("paramete''{0}'' must not be null", "type")); 394 throw new IllegalArgumentException(tr("parameter ''{0}'' must not be null", "type")); 395 395 Collection<? extends OsmPrimitive> primitives = null; 396 396 switch(type) {
Note:
See TracChangeset
for help on using the changeset viewer.
