Code review request for 7026898 DriverManager to now use CopyOnWriteArrayList

Lance Andersen - Oracle Lance.Andersen at oracle.com
Fri Mar 11 20:56:26 UTC 2011


Hi Ulf,

Thank you for the note.


On Mar 11, 2011, at 3:18 PM, Ulf Zibis wrote:

> Maybe you could update the javadoc style (<code> -> @code etc.) and move the constructor to the begining.

I need to go through all of the java.sql  & javax.sql  classes to address HTML issues over the coming weeks, I will look at the javadoc changes that you suggest then (there are existing CRs on this)

I do not mind moving the constructor, I just left it where it was since DriverManager was written, but happy to do so.

Regards
Lance
> 
> -Ulf
> 
> 
> Am 11.03.2011 21:03, schrieb Lance Andersen - Oracle:
>> Hi,
>> 
>> I have posted the diffs to DriverManager for review at http://cr.openjdk.java.net/~lancea/7026898/.  This change utilizes CopyOnWriteArrayList instead of the Vectors previously used.
>> 
>> 
>> Regards,
>> 
>> 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
>> 
>> 	Oracle is committed to developing practices and products that help protect the environment
>> 
>> 
>> 




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

	Oracle is committed to developing practices and products that help protect the environment





More information about the core-libs-dev mailing list