Minor doc fix.

This commit is contained in:
Harald Kuhr
2016-02-03 11:19:12 +01:00
parent 156fe8bb25
commit 1449155987

View File

@@ -100,7 +100,8 @@ public final class ColorSpaces {
* *
* @param profile the ICC color profile. May not be {@code null}. * @param profile the ICC color profile. May not be {@code null}.
* @return an ICC color space * @return an ICC color space
* @throws IllegalArgumentException if {@code profile} is {@code null} * @throws IllegalArgumentException if {@code profile} is {@code null}.
* @throws java.awt.color.CMMException if {@code profile} is invalid.
*/ */
public static ICC_ColorSpace createColorSpace(final ICC_Profile profile) { public static ICC_ColorSpace createColorSpace(final ICC_Profile profile) {
Validate.notNull(profile, "profile"); Validate.notNull(profile, "profile");