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