Go for it. Parting making that a class was to give us a chance to make it
easier.
--
Jody
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Sunday, 9 September 2012 at 5:06 PM, Andrea Aime wrote:
> Hi,
> does anybody mind if we change the following two methods:
>
> public void
Hi,
does anybody mind if we change the following two methods:
public void setPropertyNames(String[] propNames) {
public void setSortBy(SortBy[] sortBy) {
to use variable arguments like this:
public void setPropertyNames(String... propNames) {
public void setSortBy(SortBy... sortB