Changeset 19471 in osm for applications/editors/josm/plugins/remotecontrol/src
- Timestamp:
- 2010-01-13T15:11:27+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPlugin.java
r16589 r19471 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 /** … … 17 18 * Creates the plugin, and starts the HTTP server 18 19 */ 19 public RemoteControlPlugin() 20 public RemoteControlPlugin(PluginInformation info) 20 21 { 22 super(info); 21 23 restartServer(); 22 24 }
Note:
See TracChangeset
for help on using the changeset viewer.