Skip to content

Commit

Permalink
Update CustomCMMID.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mrserb committed May 14, 2024
1 parent 933de54 commit 6bfb2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/java/awt/color/ICC_Profile/CustomCMMID.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

/**
* @test
* @bug 8331746
* @bug 8321489
* @summary tests that the cmm id is not ignored
*/
public final class CustomCMMID {

private static final byte[] JAVA_ID = new byte[]{
private static final byte[] JAVA_ID = {
(byte) 'j', (byte) 'a', (byte) 'v', (byte) 'a',
};

Expand Down

0 comments on commit 6bfb2cb

Please sign in to comment.