Formatting.

This commit is contained in:
Gary Gregory 2019-08-22 10:39:00 -04:00
parent b00777094f
commit 9c4d162fdc
1 changed files with 1 additions and 1 deletions

View File

@ -8783,7 +8783,7 @@ public class StringUtils {
if (list.isEmpty()) { if (list.isEmpty()) {
return null; return null;
} }
return list.toArray(new String [list.size()]); return list.toArray(new String[list.size()]);
} }
/** /**