Hi Jorg,
indeed, thanks for your feedback, very appreciated!
Have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Wed, Mar 2, 2011 at 1:17 PM, Jörg Schaible
<joerg.schai...@scalaris.com> wrote:
> Hi Simon,
>
> simonetrip...@apache.org wrote:
>
> [snip]
>
>> @@ -335,7 +335,7 @@ public interface Digester extends Conten
>>       *
>>       * @param object The new object
>>       */
>> -    void pushParams(Object object);
>> +    void pushParams(Object[] object);
>>
>>      /**
>>       * <p>Pop the top object off of the parameters stack, and return it.
>>       If there are
>
> [snip]
>
>> @@ -423,7 +423,7 @@ public final class DigesterImpl implemen
>>      /**
>>       * {@inheritDoc}
>>       */
>> -    public void pushParams(Object object) {
>> +    public void pushParams(Object[] object) {
>>          if (this.log.isTraceEnabled()) {
>>              this.log.trace("Pushing params");
>>          }
>
> [snip]
>
> Good candidates for varargs ... :-)
>
> - Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to