Changeset 19485 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2010-01-13T15:25:30+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java
r19335 r19485 34 34 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 35 35 import org.openstreetmap.josm.plugins.Plugin; 36 import org.openstreetmap.josm.plugins.PluginInformation; 36 37 import org.openstreetmap.josm.plugins.validator.tests.Coastlines; 37 38 import org.openstreetmap.josm.plugins.validator.tests.CrossingWays; … … 106 107 * Creates the plugin 107 108 */ 108 public OSMValidatorPlugin() { 109 public OSMValidatorPlugin(PluginInformation info) { 110 super(info); 109 111 plugin = this; 110 112 checkPluginDir();
Note:
See TracChangeset
for help on using the changeset viewer.
