Changeset 5269 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2012-06-08T11:22:54+02:00 (12 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/validation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/Test.java
r4310 r5269 120 120 /** 121 121 * Notification of the end of the test. The tester may perform additional 122 * actions and destroy the used structures 122 * actions and destroy the used structures. 123 * <p> 124 * If you override this method, don't forget to cleanup {@link #progressMonitor} 125 * (most overrides call {@code super.endTest()} to do this). 123 126 */ 124 127 public void endTest() { -
trunk/src/org/openstreetmap/josm/data/validation/tests/BuildingInBuilding.java
r4869 r5269 99 99 } 100 100 } 101 102 super.endTest(); 101 103 } 102 104 -
trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingAreas.java
r4869 r5269 53 53 } 54 54 } 55 56 super.endTest(); 55 57 } 56 58
Note:
See TracChangeset
for help on using the changeset viewer.