You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@basistech.com> on 2007/09/09 16:01:42 UTC

Small javadoc change I snuck into a patch

I changed the template from the /* 'no-javadoc' */ convention to the /**
{@inheritDoc} **/ keyword, which is actually supported by the javadoc
processor.  The google-able background on this issue is quite murky, but
I've been very happy with @inheritDoc. If this really upsets someone, I
can put it back. Needless to say, I did not make any sort of attempt to
visit the code changing comments already in place.