Das Ergebnis o Trim wird Java ignoriert

//String objects are immutable.
String output = StringUtils.trimWhitespace(input);
JoPeCaLi