Ignore:
Timestamp:
2014-01-03T23:05:54+01:00 (9 years ago)
Author:
Don-vip
Message:

Replace non-working Sun bugtracker links to new OpenJDK one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r6615 r6617  
    752752     * An alternative to {@link String#trim()} to effectively remove all leading and trailing white characters, including Unicode ones.
    753753     * @see <a href="http://closingbraces.net/2008/11/11/javastringtrim/">Java’s String.trim has a strange idea of whitespace</a>
    754      * @see <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4080617">JDK bug 4080617</a>
     754     * @see <a href="https://bugs.openjdk.java.net/browse/JDK-4080617">JDK bug 4080617</a>
    755755     * @param str The string to strip
    756756     * @return <code>str</code>, without leading and trailing characters, according to
Note: See TracChangeset for help on using the changeset viewer.