- Timestamp:
- 2020-04-19T12:44:36+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/overpass/OverpassWizardRegistration.java
r13937 r16353 20 20 public final class OverpassWizardRegistration { 21 21 /** 22 * A list of all re igstered 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. 23 23 */ 24 24 private static List<OverpassQueryWizard> wizards = Collections.synchronizedList(new ArrayList<>());
Note:
See TracChangeset
for help on using the changeset viewer.