Review request for 8011393 - javadoc typo in SerialClob.truncate (original) (raw)
Lance Andersen - Oracle lance.andersen at oracle.com
Wed Apr 3 20:16:03 UTC 2013
- Previous message: Review request for 8011393 - javadoc typo in SerialClob.truncate
- Next message: hg: jdk8/tl/jdk: 8011393: Typo in javadoc for SerialClob.truncate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Mandy,
Thank you for the suggestion and the review. I have been making some of those changes as I have been going forward. I agree, that would be better to use {@code} and will look to continue to clean those things up. Would be great if we had an automated tool to help as I am sure there is a lot of code that could be cleaned up besides JDBC :-)
Thank you again.
Best Lance On Apr 3, 2013, at 1:49 PM, Mandy Chung wrote:
Looks fine. You may want to use {@code CLOB} to replace
...
Mandy On 4/3/2013 9:15 AM, Lance Andersen - Oracle wrote: Hi all
Need a reviewer for the correction of the following typo in SerialClob.java which is bug 8011393
hg diff SerialClob.java diff -r e6c3b8e74e50 src/share/classes/javax/sql/rowset/serial/SerialClob.java --- a/src/share/classes/javax/sql/rowset/serial/SerialClob.java Tue Apr 02 10:12:20 2013 -0700 +++ b/src/share/classes/javax/sql/rowset/serial/SerialClob.java Wed Apr 03 12:06:01 2013 -0400 @@ -508,7 +508,7 @@ * * @param length the length, in bytes, to which the
CLOB
* value should be truncated - * @throws SerialLException if there is an error accessing the + * @throws SerialException if there is an error accessing the *CLOB
value; * if the {@code free} method had been previously called on this object */ Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com-------------- next part --------------
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com
- Previous message: Review request for 8011393 - javadoc typo in SerialClob.truncate
- Next message: hg: jdk8/tl/jdk: 8011393: Typo in javadoc for SerialClob.truncate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]