Removed final TODO.

This commit is contained in:
Harald Kuhr 2011-02-22 15:27:00 +01:00
parent 6cc97e3721
commit a014698a45

View File

@ -260,8 +260,6 @@ public final class ColorSpaces {
return createColorSpace(profile);
default:
// TODO: Allow more customizable models based on the config file?
}
throw new IllegalArgumentException(String.format("Unsupported color space: %s", colorSpace));