source: osm/applications/editors/josm/plugins/utilsplugin/UtilsPlugin/JosmLint/JosmLintTest.java@ 5075

Last change on this file since 5075 was 5075, checked in by gabriel, 18 years ago

Import the latest upstream version of utilsplugin.

File size: 189 bytes
Line 
1package UtilsPlugin.JosmLint;
2
3import org.openstreetmap.josm.data.osm.OsmPrimitive;
4
5public abstract interface JosmLintTest {
6 public JosmLintTestResult runTest( OsmPrimitive o );
7}
Note: See TracBrowser for help on using the repository browser.