Ignore:
Timestamp:
2018-04-08T02:56:14+02:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 13597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java

    r34095 r34149  
    3131import org.openstreetmap.josm.gui.util.GuiHelper;
    3232import org.openstreetmap.josm.tools.GBC;
     33import org.openstreetmap.josm.tools.Utils;
    3334import org.wikipedia.WikipediaApp;
    3435import org.wikipedia.data.WikidataEntry;
     
    105106            return;
    106107        }
    107         final String key = Tag.removeWhiteSpaces(targetKey.getEditor().getItem().toString());
     108        final String key = Utils.removeWhiteSpaces(targetKey.getEditor().getItem().toString());
    108109        final String value = selected.createWikipediaTag().getValue();
    109110        WikipediaToggleDialog.AddWikipediaTagAction.addTag(new Tag(key, value));
Note: See TracChangeset for help on using the changeset viewer.