Re: [math] new javadoc errors

2008-02-16 Thread Phil Steitz
On Feb 16, 2008 9:43 AM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > Phil Steitz a écrit : > > On 2/15/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> The changes I commited 5 days ago for r620289 introduced lots of javadocs > >> errors. They add a link to the addValue(double[]) method which i

Re: [math] new javadoc errors

2008-02-16 Thread Luc Maisonobe
Phil Steitz a écrit : On 2/15/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The changes I commited 5 days ago for r620289 introduced lots of javadocs errors. They add a link to the addValue(double[]) method which is defined in the implementing class, not in the interface. What would be the b

Re: [math] new javadoc errors

2008-02-15 Thread Phil Steitz
On 2/15/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The changes I commited 5 days ago for r620289 introduced lots of javadocs > errors. They add a link to the addValue(double[]) method which is defined in > the > implementing class, not in the interface. > > What would be the best fix: chan

[math] new javadoc errors

2008-02-15 Thread luc . maisonobe
The changes I commited 5 days ago for r620289 introduced lots of javadocs errors. They add a link to the addValue(double[]) method which is defined in the implementing class, not in the interface. What would be the best fix: change all the javadoc comments or push the method up in the interface ?