Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 12
-
Fix Version/s: 13
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b08
-
CPU:generic
Description
The spec of java.awt.desktop package can be updated and the next rules can be applied:
- 80 column limit
- description of the class/method/field should be followed by dot
- @param, @return should not end with a dot, except a case when more than one sentences are used
- empty line after description/before the first tag was added
- unnecessary empty lines were removed
- @param, @throws, @return should be aligned, to be more readable
- the order of different tags were unified across the package
- some text can be rephrased
Also in a few places the "final" keyword was removed from the parameters of methods in the interfaces, because it does not make any sense.
- 80 column limit
- description of the class/method/field should be followed by dot
- @param, @return should not end with a dot, except a case when more than one sentences are used
- empty line after description/before the first tag was added
- unnecessary empty lines were removed
- @param, @throws, @return should be aligned, to be more readable
- the order of different tags were unified across the package
- some text can be rephrased
Also in a few places the "final" keyword was removed from the parameters of methods in the interfaces, because it does not make any sense.
Attachments
Issue Links
- relates to
-
JDK-8184435 Cleanup of javadoc in javax.print package
-
- Resolved
-
- links to