Changeset 6617 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-01-03T23:05:54+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r6615 r6617 752 752 * An alternative to {@link String#trim()} to effectively remove all leading and trailing white characters, including Unicode ones. 753 753 * @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> 755 755 * @param str The string to strip 756 756 * @return <code>str</code>, without leading and trailing characters, according to
Note: See TracChangeset
for help on using the changeset viewer.