Ignore:
Timestamp:
2018-03-04T01:20:15+01:00 (6 years ago)
Author:
Don-vip
Message:

see #11924, see #15560, see #16048 - tt HTML tag is deprecated in HTML5: use code instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java

    r13288 r13493  
    297297     * Adds a new download task to the supported ones.
    298298     * @param taskClass The new download task to add
    299      * @return <tt>true</tt> (as specified by {@link Collection#add})
     299     * @return <code>true</code> (as specified by {@link Collection#add})
    300300     */
    301301    public final boolean addDownloadTaskClass(Class<? extends DownloadTask> taskClass) {
Note: See TracChangeset for help on using the changeset viewer.