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 b453223c Javadoc
b453223c is described below
commit b453223c1bb8abe240be062110f8dfa663568e22
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 18 09:47:57 2024 -0400
Javadoc
---
.../src/main/java/org/apache/commons/digester3/rss/RSSDigester.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-digester3-examples/rss/src/main/java/org/apache/commons/digester3/rss/RSSDigester.java
b/commons-digester3-examples/rss/src/main/java/org/apache/commons/digester3/rss/RSSDigester.java
index a3f7bb9f..4aeb8c04 100644
---
a/commons-digester3-examples/rss/src/main/java/org/apache/commons/digester3/rss/RSSDigester.java
+++
b/commons-digester3-examples/rss/src/main/java/org/apache/commons/digester3/rss/RSSDigester.java
@@ -27,8 +27,8 @@ import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
/**
- * <p>Implementation of <strong>org.apache.commons.digester3.Digester</strong>
- * designed to process input streams that conform to the <em>Rich Site
+ * <p>Implements {@link Digester}
+ * to process input streams that conform to the <em>Rich Site
* Summary</em> DTD, version 0.91. For more information about this format,
* see the <a href="http://my.netscape.com/publish/">My Netscape</a> site.</p>
*