Changeset 10765 in josm
- Timestamp:
- 2016-08-07T22:52:06+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r10759 r10765 293 293 * until most bugs were discovered while keeping the processing time reasonable) 294 294 */ 295 public static finalvoid initializeGridDetail() {295 public static void initializeGridDetail() { 296 296 String code = Main.getProjection().toCode(); 297 297 if (Arrays.asList(ProjectionPreference.wgs84.allCodes()).contains(code)) {
Note:
See TracChangeset
for help on using the changeset viewer.