Re: RFR: JDK-8043329: Wrong variable used in java.util.Collections javadoc code

2016-03-10 Thread Roger Riggs
Hi Sergey, Small changes don't need multiple reviewers. I reviewed and will sponsor the fix. For more substantive contributions, you may want to become a contributor. [1] Thanks, Roger [1] http://openjdk.java.net/bylaws#contributor On 3/10/2016 6:48 AM, Sergey Ustimenko wrote: Thank you,

Re: RFR: JDK-8043329: Wrong variable used in java.util.Collections javadoc code

2016-03-10 Thread Sergey Ustimenko
Thank you, Lance. I would like second review and a sponsor for this one. (bug: https://bugs.openjdk.java.net/browse/JDK-8043329) Regards, Sergey. 2016-03-10 14:35 GMT+03:00 Lance @ Oracle : > Looks ok > > > Lance Andersen| > Principal Mem

Re: RFR: JDK-8043329: Wrong variable used in java.util.Collections javadoc code

2016-03-10 Thread Lance @ Oracle
Looks ok Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 [email protected] Sent from my iPad > On Mar 10, 2016, at 5:51 AM, Sergey Ustimenko wrote: > > Hi everyone! Could someone plaese review this tiny

RFR: JDK-8043329: Wrong variable used in java.util.Collections javadoc code

2016-03-10 Thread Sergey Ustimenko
Hi everyone! Could someone plaese review this tiny javadoc fix and sponsor it? Patch is in attaches. diff --git a/src/java.base/share/classes/java/util/Collections.java b/src/java.base/share/classes/java/util/Collections.java --- a/src/java.base/share/classes/java/util/Collections.java +++ b/sr