Re: svn commit: r1491924 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread Benedikt Ritter
Actually I don't know how the old actor (with the array param) was supposed to work. The compiler won't let you create a Command[]... Am 11.06.2013 um 22:00 schrieb Simone Tripodi : > I usually don't take too much care to this kind of warnings... > > My opinion is you can feel free to keep the

Re: svn commit: r1491924 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread Simone Tripodi
I usually don't take too much care to this kind of warnings... My opinion is you can feel free to keep the best option you like :P best and thanks, -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Tue, Jun 11, 2013 at 9:50 PM, Benedikt Ritter wrote: > This wi

Re: svn commit: r1491924 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread Benedikt Ritter
This will cause warnings in client code, so better revert it? Am 11.06.2013 um 21:47 schrieb brit...@apache.org: > Author: britter > Date: Tue Jun 11 19:47:16 2013 > New Revision: 1491924 > > URL: http://svn.apache.org/r1491924 > Log: > Use var args instead of array as parameter > > Modified: >