Changeset 8840 in josm for trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
- Timestamp:
- 2015-10-09T02:12:45+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r8510 r8840 73 73 public class OsmValidator implements LayerChangeListener { 74 74 75 public static volatile ValidatorLayer errorLayer = null;75 public static volatile ValidatorLayer errorLayer; 76 76 77 77 /** The validate action */ … … 297 297 } 298 298 299 private static boolean testsInitialized = false;299 private static boolean testsInitialized; 300 300 301 301 /**
Note:
See TracChangeset
for help on using the changeset viewer.
