Ah - that must be my fault.
It looks OK to me - the method is aligned with the @ - but I have tabs
set at 4 spaces.

It appears that the auto-correct must have changed the method line as
well. Strange since the @Override has 4 spaces and the method was
previously 4 spaces indented. Seems like an Elipse bug.

I can fix those shortly.

Sebastian
On 01/02/2008, Roland Weber <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> after adding the Java 5 tags, our code is now formatted
> like this example:
>
>     @Override
>         protected HttpParams createHttpParams() {
>         HttpParams params = new BasicHttpParams();
>         HttpProtocolParams.setVersion(params,
>                 HttpVersion.HTTP_1_1);
>         HttpProtocolParams.setContentCharset(params,
>                 HTTP.DEFAULT_CONTENT_CHARSET);
>         HttpProtocolParams.setUseExpectContinue(params,
>                 true);
>
> That is, the actual method signature is now indented to
> the same depth as the method body. Not even an empty line
> to separate the two. I'm sorry, but this hurts my eyes.
>
> Suggestions?
>
> cheers,
>   Roland
>
> ---------------------------------------------------------------------
> 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