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 ?