Hi Dennis,
2008/7/31 <[EMAIL PROTECTED]>: > Author: dennisl > Date: Thu Jul 31 13:52:45 2008 > New Revision: 681482 > > URL: http://svn.apache.org/viewvc?rev=681482&view=rev > Log: > o Remove date based @since tags. > o Fix Javadoc errors. > [SNIP] > public class CompositeMap > @@ -44,7 +43,7 @@ > /** > * > * @param maps > - * @throws IOException if getting envvars failed > + * @throws java.io.IOException if getting envvars failed > */ > public CompositeMap( List /* Map */maps ) > { > I think it will be great to add a Common Javadoc bugs part (similar to the Benjamin's common bugs thread) in the Guide To Maven Documentation Style. Also, we need to add some IDE tricks to avoid these errors. Cheers, Vincent [SNIP] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
