Changeset 6494 in josm for trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingAreas.java
- Timestamp:
- 2013-12-18T19:13:16+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingAreas.java
r6241 r6494 25 25 26 26 protected static final int OVERLAPPING_AREAS = 2201; 27 protected QuadBuckets<Way> index = new QuadBuckets<Way>(); 27 protected final QuadBuckets<Way> index = new QuadBuckets<Way>(); 28 28 29 29 /** … … 93 93 } 94 94 } 95 96 index.clear(); 95 97 96 98 super.endTest();
Note:
See TracChangeset
for help on using the changeset viewer.