Date: Mar 19, 2007 06:59
On Sat, 17 Mar 2007 16:35:24 -0000, Efi Merdler gmail.com> wrote:
> Hello,
> When adding java docs for methods that I override under eclipse, I get
> the following java doc:
> /*
> * (non-Javadoc)
> *
> * @see java.lang.Runnable#run()
> */
>
> which is fine, however checkstyle thinks that I didn't write any
> comments, is there a rule that allows me to add this type of special
> condition?
>
> Thank you,
> Efi
That's not a Javadoc comment, it has to start with two stars (i.e. /**).
Dan.
|