Hi, Denis,
the changes look fine with a single exception. As you change the return
type of DataTransferer.getFormatsForTransferable(), you should also
update all the places where it is used:
SunDragSourceContextPeer
XClipboard
WClipboard
to avoid compiler warnings in these classes.
Thanks,
Artem
On 12/6/2011 4:53 PM, Denis S. Fokin wrote:
Hi, AWT team,
here is a fix for 7117011, which is about javac warning cleanup in the
sun.awt.windows and sun.awt.datatransfer packages:
http://cr.openjdk.java.net/~denis/7117011/webrev/
Thank you,
Denis.