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/data/projection/ProjectionConfigurationException.java

    r12453 r13493  
    1616     *         by the {@link #getMessage()} method).
    1717     * @param  cause the cause (which is saved for later retrieval by the
    18      *         {@link #getCause()} method).  (A <tt>null</tt> value is
     18     *         {@link #getCause()} method).  (A <code>null</code> value is
    1919     *         permitted, and indicates that the cause is nonexistent or unknown.)
    2020     */
     
    3535     * Constructs a new {@code ProjectionConfigurationException}.
    3636     * @param  cause the cause (which is saved for later retrieval by the
    37      *         {@link #getCause()} method).  (A <tt>null</tt> value is
     37     *         {@link #getCause()} method).  (A <code>null</code> value is
    3838     *         permitted, and indicates that the cause is nonexistent or unknown.)
    3939     */
Note: See TracChangeset for help on using the changeset viewer.