Re: [Geotools-devel] Cosmetic change to the Query class

2012-09-09 Thread Jody
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

[Geotools-devel] Cosmetic change to the Query class

2012-09-09 Thread Andrea Aime
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