Changeset 19688 in osm
- Timestamp:
- 2010-01-31T10:49:08+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NameMismatch.java
r18962 r19688 56 56 HashSet<String> names = new HashSet<String>(); 57 57 58 for (Entry<String, String> entry : p. entrySet()) {58 for (Entry<String, String> entry : p.getKeys().entrySet()) { 59 59 if (entry.getKey().startsWith("name:")) { 60 60 String name_s = entry.getValue();
Note:
See TracChangeset
for help on using the changeset viewer.