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 8434d4d2 Javadoc
8434d4d2 is described below
commit 8434d4d2a7809abafd8d7047e9eba99df4ec21a0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 18 12:15:08 2024 -0400
Javadoc
---
src/main/java/org/apache/commons/imaging/ImagingParameters.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/imaging/ImagingParameters.java
b/src/main/java/org/apache/commons/imaging/ImagingParameters.java
index 3dd67953..149b7cb1 100644
--- a/src/main/java/org/apache/commons/imaging/ImagingParameters.java
+++ b/src/main/java/org/apache/commons/imaging/ImagingParameters.java
@@ -42,7 +42,7 @@ public class ImagingParameters<E extends
ImagingParameters<E>> {
private String fileName;
/**
- * Factory to create {@code BufferedImage}s. Default is {@code null}.
+ * Creates {@code BufferedImage}s. Default is {@code null}.
*/
private BufferedImageFactory bufferedImageFactory;