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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 0ac57264 Normalize Javadoc @param formatting
0ac57264 is described below
commit 0ac57264fe49fc24dc9da2b38c3c43954559469f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 16 11:53:35 2024 -0400
Normalize Javadoc @param formatting
---
.../digester3/examples/api/documentmarkup/MarkupDigester.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/commons-digester3-examples/api/document-markup/src/main/java/org/apache/commons/digester3/examples/api/documentmarkup/MarkupDigester.java
b/commons-digester3-examples/api/document-markup/src/main/java/org/apache/commons/digester3/examples/api/documentmarkup/MarkupDigester.java
index 7b8c7fd1..c6b05d08 100644
---
a/commons-digester3-examples/api/document-markup/src/main/java/org/apache/commons/digester3/examples/api/documentmarkup/MarkupDigester.java
+++
b/commons-digester3-examples/api/document-markup/src/main/java/org/apache/commons/digester3/examples/api/documentmarkup/MarkupDigester.java
@@ -83,12 +83,12 @@ public class MarkupDigester
/**
* Process notification of the end of an XML element being reached.
*
- * @param namespaceURI - The Namespace URI, or the empty string if the
+ * @param namespaceURI The Namespace URI, or the empty string if the
* element has no Namespace URI or if Namespace processing is not
* being performed.
- * @param localName - The local name (without prefix), or the empty
+ * @param localName The local name (without prefix), or the empty
* string if Namespace processing is not being performed.
- * @param qName - The qualified XML 1.0 name (with prefix), or the
+ * @param qName The qualified XML 1.0 name (with prefix), or the
* empty string if qualified names are not available.
* @throws SAXException if a parsing error is to be reported
*/