Looks good to me.
/Erik
On 2017-04-19 14:54, Magnus Ihse Bursie wrote:
With JDK-8172312, the file src/jdk.jdi/share/classes/jdi-overview.html
is no longer included in the generated documentation. The information
provided by that file should move to
src/jdk.jdi/share/classes/module-info.java instead.
I also took the liberty of removing a bunch of other overview.html
files that are not included in the Javadoc anymore. They provided no
real informational value, and what text they contained is already
expressed similarly or better in the corresponding module-info.java
files instead.
Bug: https://bugs.openjdk.java.net/browse/JDK-8178037
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8178037-fix-obsolete-overview-files/webrev.01
/Magnus