Changeset 24230 in osm for applications


Ignore:
Timestamp:
2010-11-14T19:10:55+01:00 (14 years ago)
Author:
oliverw
Message:

Added notes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPreferences.java

    r24210 r24230  
    1818import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    1919
     20// TODO: Implement
    2021public class FixAddressesPreferences implements PreferenceSetting {
    2122        private boolean selectGuessedObjects = false;
     
    4243         * Checks if option "select guessed objects" is set. If yes, every selection
    4344         * includes also the objects used for guessing the address tags.
    44          * Otherwise only the teh address itself is selected.
     45         * Otherwise only the address itself is selected.
    4546         *
    4647         * @return the selectGuessedObjects
Note: See TracChangeset for help on using the changeset viewer.