hi simon

i've committed the patch. many thanks.

i've correct the brackets in a few cases where you've used

        ...
        }
        catch (WhatEverException wee) {
        ...

to

} catch (WhatEverException wee) {

i don't want to get religious but it's good to have a convention (it really helps new developers). digester source keeps the catch brackets and the else brackets on the same line.

- robert

On 11 Nov 2003, at 05:04, Simon Kitching wrote:

Hi,

I sent a patch to allow users of the plugins module to select the xml
attribute which specifies the plugin declaration or class.

This was sent 2003-11-03. Would someone please have a look and commit it
unless there are objections?


This patch *only* affects the plugins module. It's also the last patch I
have lined up for the plugins module.



http://marc.theaimsgroup.com/?l=jakarta-commons- dev&m=106784768220233&w=2


Thanks,

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