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 147b7e7f Javadoc
147b7e7f is described below
commit 147b7e7f6e50baf8139f153993674f8751e18a46
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:55:06 2025 -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 c49fee66..dc86410a 100644
--- a/src/main/java/org/apache/commons/imaging/ImagingParameters.java
+++ b/src/main/java/org/apache/commons/imaging/ImagingParameters.java
@@ -62,7 +62,7 @@ public class ImagingParameters<E extends
ImagingParameters<E>> {
* (B) this
* </pre>
*
- * @return this instance typed as the subclass type {@code E}.
+ * @return {@code this} instance typed as the subclass type {@code E}.
*/
@SuppressWarnings("unchecked")
public E asThis() {