Remove whitespace

This commit is contained in:
Gary Gregory 2024-06-03 07:28:52 -04:00
parent b5d056211b
commit fd4282b830
1 changed files with 0 additions and 1 deletions

View File

@ -7868,7 +7868,6 @@ public class StringUtils {
*/
private static String[] splitWorker(final String str, final char separatorChar, final boolean preserveAllTokens) {
// Performance tuned for 2.0 (JDK1.4)
if (str == null) {
return null;
}