This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new 86415dac5 TAP5-1733: fixing JavaDoc 86415dac5 is described below commit 86415dac51d6082f37520dd3ab218951792c8023 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Wed Jul 12 19:40:08 2023 -0300 TAP5-1733: fixing JavaDoc --- .../src/main/java/org/apache/tapestry5/commons/util/ExceptionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/src/main/java/org/apache/tapestry5/commons/util/ExceptionUtils.java b/commons/src/main/java/org/apache/tapestry5/commons/util/ExceptionUtils.java index bf704023a..fb010e7df 100644 --- a/commons/src/main/java/org/apache/tapestry5/commons/util/ExceptionUtils.java +++ b/commons/src/main/java/org/apache/tapestry5/commons/util/ExceptionUtils.java @@ -118,7 +118,7 @@ public class ExceptionUtils /** * Tells whether an exception annotated with a given annotation is found in the stack * trace. - * @return <code>true</code> or </code>false</code> + * @return <code>true</code> or <code>false</code> * @since 5.8.3 */ public static boolean isAnnotationInStackTrace(Throwable t, Class<? extends Annotation> annotationClass)