For overrided methods Eclipse generate javadoc like this:
/* (non-Javadoc)
* @see com.ncube.qtpokertest.listeners.PlayerChangeListener#
* nameChanged(com.ncube.qtpokertest.events.PlayerChangeEvent)
*/
it's not a javadoc comment, actually, but it works properly. Checkstyle mark this comment as warning. How can I tune checkstyle to disable this warnings?