You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nathan Coast <na...@codeczar.com> on 2003/10/16 05:36:11 UTC

jalopy format

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org