Ignore:
Timestamp:
2018-03-04T01:20:15+01:00 (7 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/tools/JosmRuntimeException.java

    r11374 r13493  
    2020    /**
    2121     * Constructs a new {@code JosmRuntimeException} with the specified cause and a detail message of
    22      * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
     22     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
    2323     * This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.
    2424     *
Note: See TracChangeset for help on using the changeset viewer.