Changeset 24146 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-11-07T21:22:48+01:00 (14 years ago)
Author:
oliverw
Message:

Adapted needsGuess to reflect recent changes.

File:
1 edited

Legend:

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

    r24130 r24146  
    402402         * @return true, if this instance needs at least one guessed value.
    403403         */
    404         public boolean needsGuess() {
     404        public boolean needsGuess() {           
    405405                return  needsGuessedValue(TagUtils.ADDR_CITY_TAG) ||
    406406                                needsGuessedValue(TagUtils.ADDR_POSTCODE_TAG) ||
     407                                needsGuessedValue(TagUtils.ADDR_COUNTRY_TAG) ||
     408                                needsGuessedValue(TagUtils.ADDR_STATE_TAG) ||
    407409                                needsGuessedValue(TagUtils.ADDR_STREET_TAG);
    408410        }
Note: See TracChangeset for help on using the changeset viewer.