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
commit 13b1155ae32c53985e3b5bd8d01dcede886b682e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 14 09:39:35 2023 -0400 Inline comment --- .../org/apache/commons/imaging/formats/psd/PsdImagingParameters.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/imaging/formats/psd/PsdImagingParameters.java b/src/main/java/org/apache/commons/imaging/formats/psd/PsdImagingParameters.java index bdc6f70d..1171bf80 100644 --- a/src/main/java/org/apache/commons/imaging/formats/psd/PsdImagingParameters.java +++ b/src/main/java/org/apache/commons/imaging/formats/psd/PsdImagingParameters.java @@ -25,4 +25,5 @@ import org.apache.commons.imaging.ImagingParameters; * @since 1.0-alpha3 */ public class PsdImagingParameters extends ImagingParameters<PsdImagingParameters> { + // empty }