Minor code clean-up.

This commit is contained in:
Harald Kuhr
2023-10-05 20:27:18 +02:00
parent a5ee53569d
commit 80229b8c3c
2 changed files with 2 additions and 2 deletions
@@ -188,7 +188,7 @@ public final class ColorSpaces {
// Will throw IllegalArgumentException or CMMException if the profile is bad
cs.fromRGB(new float[] {0.999f, 0.5f, 0.001f});
// This breaks *some times* after validation of bad profiles,
// This breaks *sometimes* after validation of bad profiles,
// we'll let it blow up early in this case
cs.getProfile().getData();
}