Changes between Version 43 and Version 44 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2010-04-27T01:49:59+02:00 (15 years ago)
Author:
WingedStone
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v43 v44  
    4242{{{
    4343#!java
    44   import org.openstreetmap.josm.plugin.Plugin;
    45   import org.openstreetmap.josm.plugin.PluginInformation;
     44  import org.openstreetmap.josm.plugins.Plugin;
     45  import org.openstreetmap.josm.plugins.PluginInformation;
    4646
    4747  public class MyPlugin extends Plugin {
     
    5252      * @param info  information about the plugin and its local installation   
    5353      */
    54       public MyPlugin(PluginInformation info) extends Plugin {
     54      public MyPlugin(PluginInformation info) {
    5555         super(info);
    5656         // init your plugin