Hi,

Apologies as this is jalopy question but the jalopy mailing list has zero trafic.

I'd like this format for wrapped method parameters

    public EJBLocalHome getLocalHome(String jndiName,
                                     Class homeClass,
                                     String mung,
                                     String foo)
    {

but when I set <paramsMethodDef>true</paramsMethodDef>, I get this:

    public static final EJBLocalHome getLocalHome(
        String jndiName,
        Class homeClass,
        String mung,
        String foo)
    {

anyone have any ideas what needs setting to get what I want? I've tried numerous configurations but none seem to do what I want.

thanks
Nathan


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



Reply via email to