| Other |
|---|
| 5.0 b59Fixed |
|
Relates :
|
The javadoc for String.trim() incorrectly links to Character.isSpace(char) for the definition of whitespace. This is incorrect; in fact String.trim() has its own definition of whitespace that has nothing to do with Character.isSpace(char).
|