<AWT Dev> [9] Review Request: 8050852 Javadoc cleanup of javax.sound.midi package

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Jul 16 16:56:38 UTC 2014


Hello.
Please review another one javadoc cleanup in jdk 9 in sound area:
  - @param, @return should not end with a dot, except a case when more 
than one sentences are used.
  - @param, @throws, @return now align, to be more readable.
  - @see tags simplified in some places.
  - Description of the class/method/field should be followed by dot.
  - Broken links/typos fixed
  - 80 column limit.
  - sets of spaces in the middle of text were deleted.
  - <tag> replaced by {@tag }.
  - unnecessary imports were removed.

Bug: https://bugs.openjdk.java.net/browse/JDK-8050852
See the full specdiff: 
http://cr.openjdk.java.net/~serb/8050852/javadoc/overview-summary.html
Webrev can be found at: http://cr.openjdk.java.net/~serb/8050852/webrev.02

-- 
Best regards, Sergey.



More information about the awt-dev mailing list