Changeset 19477 in osm for applications/editors/josm/plugins/slippymap/src
- Timestamp:
- 2010-01-13T15:14:51+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPlugin.java
r13625 r19477 5 5 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 6 6 import org.openstreetmap.josm.plugins.Plugin; 7 import org.openstreetmap.josm.plugins.PluginInformation; 7 8 8 9 /** … … 14 15 public class SlippyMapPlugin extends Plugin 15 16 { 16 public SlippyMapPlugin() 17 public SlippyMapPlugin(PluginInformation info) 17 18 { 19 super(info); 18 20 } 19 21
Note:
See TracChangeset
for help on using the changeset viewer.