source:
osm/applications/editors/josm/plugins/smed2/src/smed/Smed.java@
28633
Last change on this file since 28633 was 28633, checked in by , 13 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | package smed; |
2 | |
3 | import org.openstreetmap.josm.plugins.Plugin; |
4 | import org.openstreetmap.josm.plugins.PluginInformation; |
5 | |
6 | public class Smed extends Plugin { |
7 | public Smed(PluginInformation info) { |
8 | super(info); |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.