Formatting.
This commit is contained in:
parent
b00777094f
commit
9c4d162fdc
|
@ -8783,7 +8783,7 @@ public class StringUtils {
|
|||
if (list.isEmpty()) {
|
||||
return null;
|
||||
}
|
||||
return list.toArray(new String [list.size()]);
|
||||
return list.toArray(new String[list.size()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue