You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Suresh Thalamati <su...@gmail.com> on 2006/02/16 23:13:17 UTC

java doc warning in the trunk.

javadoc] 
C:\nightlies\main\src\opensource\java\engine\org\apache\derby\impl\services\bytecode\CodeChunk.java:1473: 
warning - @param argument "split_length" is not a parameter name.
       [javadoc] 1 warning

Might be realated change : r377609 .

Thanks
-suresht

Re: java doc warning in the trunk.

Posted by Daniel John Debrunner <dj...@apache.org>.
Suresh Thalamati wrote:

> javadoc]
> C:\nightlies\main\src\opensource\java\engine\org\apache\derby\impl\services\bytecode\CodeChunk.java:1473:
> warning - @param argument "split_length" is not a parameter name.
>       [javadoc] 1 warning
> 
> Might be realated change : r377609 .
> 
> Thanks
> -suresht
> 
fixed I hope, still can't build the internals javadoc.

Thanks for spotting it.

Dan.