RFR 8066261: Typo in Connection.isValid

Lance Andersen lance.andersen at oracle.com
Mon Dec 1 16:30:27 UTC 2014


Thank you Daniel.

Yes, it is easy to miss (which is probably why it was not caught before :-) )

Best,
Lance
On Dec 1, 2014, at 11:25 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:

> Looks good Lance.
> 
> I had to stare at the diff for a while before seeing it ;-)
> 
> best regards,
> 
> -- daniel
> 
> On 01/12/14 17:04, Lance Andersen wrote:
>> Hi all,
>> 
>> Looking for a reviewer for this trivial typo in Connection.isValid
>> 
>> hg diff
>> diff -r f619341171c0 src/java.sql/share/classes/java/sql/Connection.java
>> --- a/src/java.sql/share/classes/java/sql/Connection.java	Sat Nov 29 11:14:20 2014 -0500
>> +++ b/src/java.sql/share/classes/java/sql/Connection.java	Mon Dec 01 11:01:14 2014 -0500
>> @@ -1116,7 +1116,7 @@
>>           *
>>           * @return true if the connection is valid, false otherwise
>>           * @exception SQLException if the value supplied for <code>timeout</code>
>> -         * is less then 0
>> +         * is less than 0
>>           * @since 1.6
>>           *
>>           * @see java.sql.DatabaseMetaData#getClientInfoProperties
>> ljanders-mac:jdk ljanders$
>> 
>> 
>> Best
>> Lance
>> 
>> 
>> 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
>> 
>> 
>> 
> 



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






More information about the core-libs-dev mailing list