[OpenJDK 2D-Dev] RFR: 8252817: Cleanup the classes in the java.awt.color package
Sergey Bylokhov
serb at openjdk.java.net
Sat Sep 5 21:38:06 UTC 2020
On Sat, 5 Sep 2020 21:32:42 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> - Class declarations reformat
> - Docs cleanup
src/java.desktop/share/classes/java/awt/color/ICC_Profile.java line 148:
> 146: */
> 147: public static final int icSigXYZData = 0x58595A20;
> 148:
Inline comment:
Looks like this type of documentation was used before we added javadoc for each constant.
-------------
PR: https://git.openjdk.java.net/jdk/pull/22
More information about the 2d-dev
mailing list