You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use cases where we have a CharSequence instead of a String, we should introduce StringUtils.trimAllWhitespace(CharSequence) alongside the existing StringUtils.trimAllWhitespace(String) utility method.