<Swing Dev> [9] Review Request: 8176046 Replace package.html files with package-info.java in the java.desktop module
Sergey Bylokhov
sergey.bylokhov at oracle.com
Wed Mar 1 18:37:37 UTC 2017
Hello,
Please review the fix for jdk9. This is the last request which covers all packages in java.desktop(except javax.swing and java.awt which were covered earlier)
- All "package.html" files were replaced by "package-info.java", even for internal packages like eawt.
- All <tag> were replaced by {@tag }.
- All files were manually reformatted - 80 chars per line.
- <sup><font size="-2">TM</font></sup> was replaced by ™ This is why the specdiff contains some diffs.
Bug: https://bugs.openjdk.java.net/browse/JDK-8176046
Webrev can be found at: http://cr.openjdk.java.net/~serb/8176046/webrev.00/
Specdiff: http://cr.openjdk.java.net/~serb/8176046/specdiff/overview-summary.html
More information about the swing-dev
mailing list