On 24/04/12 16:26, Glenn Adams wrote: > On Tue, Apr 24, 2012 at 9:12 AM, Vincent Hennebert > <[email protected]>wrote: > >> On 22/04/12 21:09, [email protected] wrote: >>> Author: gadams >>> Date: Sun Apr 22 20:09:42 2012 >>> New Revision: 1328963 >>> >>> URL: http://svn.apache.org/viewvc?rev=1328963&view=rev >>> Log: >>> Snapshot commit - does not build! >> >> What does that mean? Could you briefly describe the purpose of this >> commit? >> > > This was a side effect of failing to perform a rebase on a local merge > prior to an svn commit. > > >> Also, I’d suggest not to bother about /** {@inheritDoc} */ any more, now >> that Checkstyle rules about Javadocs have been removed. This is just >> noise really. >> > > I was thinking to fix warnings from javadoc builds prior to doing a release.
You don’t have to use @inheritDoc for that. You can just leave the method undocumented and the javadoc tool will pick the comment from the overridden method. Vincent
