Fixed a typo.

This commit is contained in:
Harald Kuhr 2011-02-22 15:58:01 +01:00
parent a014698a45
commit 403dff946b

View File

@ -293,7 +293,7 @@ public final class ColorSpaces {
private static ICC_Profile readProfileFromPath(final String profilePath) { private static ICC_Profile readProfileFromPath(final String profilePath) {
if (profilePath != null) { if (profilePath != null) {
if (DEBUG) { if (DEBUG) {
System.out.println("Loading profilePath from: " + profilePath); System.out.println("Loading profile from: " + profilePath);
} }
try { try {