source:
osm/applications/editors/josm/plugins/utilsplugin/UtilsPlugin/JosmLint/JosmLintTest.java@
5075
Last change on this file since 5075 was 5075, checked in by , 18 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | package UtilsPlugin.JosmLint; |
2 | |
3 | import org.openstreetmap.josm.data.osm.OsmPrimitive; |
4 | |
5 | public abstract interface JosmLintTest { |
6 | public JosmLintTestResult runTest( OsmPrimitive o ); |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.