[EMAIL PROTECTED] writes:

>  -public class VelocityEmail
>  +public class VelocityEmail extends SimpleEmail

Can we put either

public class xxx extends yyy                (1)

or 


public class xxx
        extends yyy                         (2)


and 

public void foobar() throws xxxException;   (3)

or

public void foobar()                        (4)
    throws xxxException;

into the style guide. Else we will always reformat that code. :-)

(I'm obviously for (2) and (4))

Else this change is great. This was always a sore point for me.

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

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

Reply via email to