committed. many thanks.

(i hope to be able to be able to go through the other patches in the next few days.)

- robert

On Friday, August 1, 2003, at 07:49 AM, Simon Kitching wrote:

Hi,

Attached is a patch which:

(1)
adds a factory method to the Digester class for the existing
ObjectParamRule rule, ie

     public void addObjectParam(String pattern,
                                int paramIndex,
                                Object paramObj)

I think this is a very useful rule; a couple of people have posted
questions on the mail groups asking how to achieve exactly what this
rule makes available. Currently, it is accessable via
  digester.addRule(pattern, new ObjectParamRule(...))
but I think it deserves "promotion".

(2)
Fixed some javadoc errors. These were being reported by the javadoc
tool, and were obviously wrong (though minor). I would like to clean
these up so they don't obscure my own errors (of which there are many
:-)

Regards,

Simon
 ---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to