Skip to content

Commit

Permalink
Update SimpleSRGBToFromCIEXYZ.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mrserb committed Jan 12, 2024
1 parent 726f461 commit 8e48839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void main(String[] args) {
System.err.println("Expected color:\t" + Arrays.toString(rgb));
System.err.println("XYZ color:\t\t" + Arrays.toString(xyz));
System.err.println("Actual color:\t" + Arrays.toString(inv));
throw new java.lang.Error("Wrong color");
throw new Error("Wrong color");
}
}
}
Expand Down

0 comments on commit 8e48839

Please sign in to comment.