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 d0d5ed78 No need for blank Javadoc lines between Javadoc @ tags d0d5ed78 is described below commit d0d5ed7828e09be992b899b08e17aeaf1690f04a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 28 12:33:41 2024 -0500 No need for blank Javadoc lines between Javadoc @ tags --- .../commons/digester3/examples/api/documentmarkup/MarkupDigester.java | 1 - .../src/main/java/org/apache/commons/digester3/rss/RSSDigester.java | 4 ---- 2 files changed, 5 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 ebd5cf21..22a20c1e 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 @@ -69,7 +69,6 @@ public class MarkupDigester * @param buffer The characters from the XML document * @param start Starting offset into the buffer * @param length Number of characters from the buffer - * * @throws SAXException if a parsing error is to be reported */ @Override 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 cbaf2d3e..10f482bb 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 @@ -190,7 +190,6 @@ public class RSSDigester * the root element from the object stack (which will be the Channel). * * @param file File containing the XML data to be parsed - * * @throws IOException if an input/output error occurs * @throws SAXException if a parsing exception occurs */ @@ -208,7 +207,6 @@ public class RSSDigester * Channel). * * @param input Input source containing the XML data to be parsed - * * @throws IOException if an input/output error occurs * @throws SAXException if a parsing exception occurs */ @@ -226,7 +224,6 @@ public class RSSDigester * the Channel). * * @param input Input stream containing the XML data to be parsed - * * @throws IOException if an input/output error occurs * @throws SAXException if a parsing exception occurs */ @@ -244,7 +241,6 @@ public class RSSDigester * the Channel). * * @param uri URI containing the XML data to be parsed - * * @throws IOException if an input/output error occurs * @throws SAXException if a parsing exception occurs */