Ignore:
Timestamp:
2016-08-22T20:29:30+02:00 (7 years ago)
Author:
Don-vip
Message:

see #13412 - replace character by ' in comments, cause encoding problems when applying UTF-8 patches with Eclipse on Windows, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=214085

File:
1 edited

Legend:

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

    r10805 r10873  
    830830     * @return <code>str</code>, without leading and trailing characters, according to
    831831     *         {@link Character#isWhitespace(char)} and {@link Character#isSpaceChar(char)}.
    832      * @see <a href="http://closingbraces.net/2008/11/11/javastringtrim/">Java’s String.trim has a strange idea of whitespace</a>
     832     * @see <a href="http://closingbraces.net/2008/11/11/javastringtrim/">Java String.trim has a strange idea of whitespace</a>
    833833     * @see <a href="https://bugs.openjdk.java.net/browse/JDK-4080617">JDK bug 4080617</a>
    834834     * @see <a href="https://bugs.openjdk.java.net/browse/JDK-7190385">JDK bug 7190385</a>
Note: See TracChangeset for help on using the changeset viewer.