On Thu, 6 Sep 2001 07:06:29 -0400, you wrote:
>Public int foo(int x,int y){
>       x=y;
>}
>
>Turns into 
>
>Public int foo( int x, int y )
>{
>       x = y;
>}
>
>
>I find this easier to read.

I agree. This is my preference as well in Java.

Regards,
René Pijlman <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to