Changes between Version 62 and Version 63 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2012-05-28T02:39:54+02:00 (13 years ago)
Author:
mrwojo
Comment:

minor typo fix

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v62 v63  
    6161}}}
    6262
    63 You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugin.Plugin].
     63You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugins.Plugin].
    6464
    6565{{{