Hello,
Please review the fix for jdk9.

In java.desktop module in a various places we use incorrect links.
Most of them are in the documentation in non-public classes/methods(But there 
are two places in public API - specdiff is provided)

Common issues:
 - The method is referenced without #
 - The method which have some parameters is referenced as «#method()» instead 
of «#method» or «#method(ParameterDescription)"
 - The type which is referenced is not imported
 - The reference to non-existed method/type.
 - Copy pasted javadoc was removed.
 - The type was renamed (like AppReOpenedListener to AppReopenedListener)


Bug: https://bugs.openjdk.java.net/browse/JDK-8177461
Webrev can be found at: http://cr.openjdk.java.net/~serb/8177461/webrev.00
Specdiff: 
http://cr.openjdk.java.net/~serb/8177461/specdiff/overview-summary.html

Reply via email to