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 c35d6509 Javadoc: Fix unsupported tag on Java 11 c35d6509 is described below commit c35d650951a071fe9ddfc1e7789904294b6d0222 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 14 10:55:26 2023 -0400 Javadoc: Fix unsupported tag on Java 11 --- src/main/java/org/apache/commons/imaging/ImagingException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/ImagingException.java b/src/main/java/org/apache/commons/imaging/ImagingException.java index a1a9bf14..25a61a17 100644 --- a/src/main/java/org/apache/commons/imaging/ImagingException.java +++ b/src/main/java/org/apache/commons/imaging/ImagingException.java @@ -42,7 +42,7 @@ public class ImagingException extends Exception { * </p> * * @param message the detail message (which is saved for later retrieval by the {@link #getMessage()} method). - * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method). (A <tt>null</tt> + * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method). (A {@code null} * value is permitted, and indicates that the cause is nonexistent or unknown.) */ public ImagingException(final String message, final Throwable cause) {