-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b08
-
generic
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.
- relates to
-
JDK-8184435 Cleanup of javadoc in javax.print package
-
- Resolved
-
- links to