This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 8c2858f0 Fix typos in comments 8c2858f0 is described below commit 8c2858f0373c432dd8b94392228c615ac4fdfcbc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:15:32 2024 -0400 Fix typos in comments --- src/main/java/org/apache/commons/imaging/color/ColorCieLuv.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/color/ColorCieLuv.java b/src/main/java/org/apache/commons/imaging/color/ColorCieLuv.java index e19ba4d0..d4299779 100644 --- a/src/main/java/org/apache/commons/imaging/color/ColorCieLuv.java +++ b/src/main/java/org/apache/commons/imaging/color/ColorCieLuv.java @@ -17,7 +17,7 @@ package org.apache.commons.imaging.color; /** - * Represents a color in the CIELUV color space.. + * Represents a color in the CIELUV color space. * * <p> * Contains the constant values for black, white, red, green, and blue.