Changeset 16353 in josm for trunk/src/org


Ignore:
Timestamp:
2020-04-19T12:44:36+02:00 (4 years ago)
Author:
simon04
Message:

Fix typo in Javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/overpass/OverpassWizardRegistration.java

    r13937 r16353  
    2020public final class OverpassWizardRegistration {
    2121    /**
    22      * A list of all reigstered wizards. Needs to be synchronized since plugin registration may happen outside main thread / asynchronously.
     22     * A list of all registered wizards. Needs to be synchronized since plugin registration may happen outside main thread / asynchronously.
    2323     */
    2424    private static List<OverpassQueryWizard> wizards = Collections.synchronizedList(new ArrayList<>());
Note: See TracChangeset for help on using the changeset viewer.