Changeset 10531 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2008-09-07T13:31:51+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r10493 r10531 568 568 sources = sb.substring(1); 569 569 } 570 if(sources.length() == 0) 571 sources = null; 570 572 Main.pref.put(PREF_SOURCES, sources ); 571 573 }
Note:
See TracChangeset
for help on using the changeset viewer.