Changes between Version 15 and Version 16 of DevelopersGuide/StyleGuide


Ignore:
Timestamp:
2012-08-09T21:29:44+02:00 (14 years ago)
Author:
stoecker
Comment:

Fix typo

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/StyleGuide

    v15 v16  
    1313 * {{{@since}}} is used for public classes and methods (visible to plugin developers) with the JOSM revision that introduced the element. Example: {{{@since 5408}}}
    1414   * {{{@since}}} is updated when a public method signature changes or if a class is renamed
    15  * {{{@throws}}} is preffered to {{{@exception}}}
     15 * {{{@throws}}} is preferred to {{{@exception}}}
    1616
    1717=== Configuring Eclipse ===