This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git
The following commit(s) were added to refs/heads/master by this push:
new 0ed7a52 fix javadocs
0ed7a52 is described below
commit 0ed7a5261539009a18754d787de8d074c5aa1466
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri May 22 22:28:06 2026 +0200
fix javadocs
---
common | 2 +-
src/main/org/apache/ant/antunit/listener/XMLConstants.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common b/common
index 2a9972e..ce5a823 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2a9972ef3b45984824a23831857c95ba2a6518b6
+Subproject commit ce5a8232fdb6e362c736fbdb0ada0c1ea15a7d64
diff --git a/src/main/org/apache/ant/antunit/listener/XMLConstants.java
b/src/main/org/apache/ant/antunit/listener/XMLConstants.java
index 075175d..861d4b8 100644
--- a/src/main/org/apache/ant/antunit/listener/XMLConstants.java
+++ b/src/main/org/apache/ant/antunit/listener/XMLConstants.java
@@ -22,8 +22,8 @@ package org.apache.ant.antunit.listener;
/**
* <p> Interface groups XML constants.
- * Interface that groups all constants used throughout the <tt>XML</tt>
- * documents that are generated by the <tt>XMLJUnitResultFormatter</tt>
+ * Interface that groups all constants used throughout the <code>XML</code>
+ * documents that are generated by the <code>XMLJUnitResultFormatter</code>
* As of now the DTD is:
* <pre>
* <----------------- @todo describe DTDs ---------------------->