Example:
void process(String name, Object[] objects);
After the quick-fix is applied:
void process(String name, Object... objects);