Hi Jonathan, Ajit

 

                Please review this fix:

                Webrev : 
http://cr.openjdk.java.net/~arapte/fx/8145887/webrev.00/

Bug : https://bugs.openjdk.java.net/browse/JDK-8145887

 

Issue:

The private class SelectionListIterator implements the interface 
java.util.ListIterator.
But the class SelectionListIterator does not follow specifications of 
java.util.ListIterator. 
 

Fix:
Updated the required SelectionListIteratorclas  class APIs as per the 
specification of interface java.util.ListIterator.

https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html

 

Verification:
Verified that no controls test fails due to this change.

 

 

Regards,

Ambarish

 

Reply via email to