Ignore:
Timestamp:
2013-12-24T21:12:40+01:00 (10 years ago)
Author:
Don-vip
Message:

global use of Utils.joinAsHtmlUnorderedList()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java

    r6321 r6524  
    22package org.openstreetmap.josm.gui.tagging;
    33
     4import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56
     
    4546import org.openstreetmap.josm.data.osm.Tag;
    4647import org.openstreetmap.josm.gui.dialogs.relation.RunnableAction;
    47 import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    4848import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList;
    4949import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager;
     
    103103     *   <li>it automatically add a new empty row when the user leaves the
    104104     *   last cell in the table</li>
    105      * <ul>
     105     * </ul>
    106106     *
    107107     */
Note: See TracChangeset for help on using the changeset viewer.