The fix looks good to me.
Thanks,
Alexandr.
On 13/05/16 06:56, Sergey Bylokhov wrote:
cc swing-dev.
Looks fine.
On 13.05.16 4:41, Daniil Titov wrote:
Hello,
Please review the fix for JDK 9.
The fix adds @Deprecated annotations to the Applet API classes as per
JEP 289 “Deprecate the Applet API” ( http://openjdk.java.net/jeps/289 ).
@SuppressWarnings("deprecation") annotations were added where required
to suppress the compilation warnings that treated as errors.
Bug: https://bugs.openjdk.java.net/browse/JDK-8155785
Webrev : http://cr.openjdk.java.net/~dtitov/8155785/webrev.00
Best regards,
Daniil