I use /** + ENTER to generate javadoc, but i found there’s a whitespace before line 3:
1 /**
2 * Test.
3 *
4 * @author xxx
5 */
Every time i try “source – format” in eclipse,the white space comes out. How can i remove this whitespace in the comments template somewhere ?
This has been pissing me off for some time until I finally found the solution. He mentions this is work around, it does not matter for me – it works like a charm. Don’t forget to plus him, he is life savior!