source: osm/applications/editors/josm/plugins/smed2/src/smed/Smed.java@ 28633

Last change on this file since 28633 was 28633, checked in by malcolmh, 13 years ago

save

File size: 225 bytes
Line 
1package smed;
2
3import org.openstreetmap.josm.plugins.Plugin;
4import org.openstreetmap.josm.plugins.PluginInformation;
5
6public class Smed extends Plugin {
7 public Smed(PluginInformation info) {
8 super(info);
9 }
10}
Note: See TracBrowser for help on using the repository browser.