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/plugins/PluginListParseException.java

    r10050 r13493  
    1919    /**
    2020     * Constructs a new {@code PluginListParseException} with the specified cause and a detail message of
    21      * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
     21     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
    2222     * @param cause cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
    2323     */
Note: See TracChangeset for help on using the changeset viewer.