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 ad10eae7 Javadoc
new 2ed6223c Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-imaging.git
ad10eae7 is described below
commit ad10eae7802c11720b7be453e88a44facaf1a606
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 23 10:18:54 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/imaging/AbstractImageParser.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
b/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
index fc1ca0ba..a76fdbe1 100644
--- a/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
+++ b/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
@@ -116,7 +116,7 @@ public abstract class AbstractImageParser<T extends
ImagingParameters<T>> extend
}
/**
- * Indicates whether the ImageParser implementation can accept the
specified file based on its extension.
+ * Tests whether the ImageParser implementation can accept the specified
file based on its extension.
*
* @param file An valid file reference.
* @return If the parser can accept the format, true; otherwise, false.
@@ -126,7 +126,7 @@ public abstract class AbstractImageParser<T extends
ImagingParameters<T>> extend
}
/**
- * Indicates whether the ImageParser implementation can accept the
specified file name based on its extension.
+ * Tests whether the ImageParser implementation can accept the specified
file name based on its extension.
*
* @param fileName A valid string giving a file name or file path.
* @return If the parser can accept the format, true; otherwise, false.