Daniel John Debrunner skrev:
Couple of changes resulted in some javadoc errors
Dan.
DERBY-2540 Restructure code for Blob/Clob length in client to prepare
for locator implementation Committed patch derby-2540_2. Contributed
by Oystein Grovlen ([EMAIL PROTECTED]).
trunk/java/client/org/apache/derby/client/am/Lob.java:103: warning -
@param argument "the" is not a parameter name.
-------------------------------------------------------------------
DERBY-2346: Provide set methods for clob for embedded driver. Patch
contributed by Anurag Shekar.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:165:
warning - @return tag has no arguments.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:111:
warning - @return tag has no arguments.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobStreamControl.java:129:
warning - @return tag has no arguments.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44:
warning - @return tag has no arguments.
trunk/java/engine/org/apache/derby/impl/jdbc/ClobUtf8Writer.java:44:
warning - Tag @return cannot be used in constructor documentation. It
can only be used in the following types of documentation: method.
I am aware of these and they will be fixed as part of a JavaDoc patch
under DERBY-2346, which will also brush up some of the JavaDoc in
general (in the context of the previous DERBY-2346 commit).
--
Kristian