Improved javadoc.

This commit is contained in:
Christian P. MOMON 2024-08-23 06:33:52 +02:00
parent d1bbae3330
commit 4543221aee

View file

@ -40,14 +40,18 @@ import fr.devinsy.xml.XMLTools;
*/ */
public class RSSDemo public class RSSDemo
{ {
/** /**
* The main method. * The main method.
* *
* @param args * @param args
* the arguments * the arguments
* @throws IOException * @throws IOException
* @throws XMLBadFormatException * Signals that an I/O exception has occurred.
* @throws XMLStreamException * @throws XMLStreamException
* the XML stream exception
* @throws XMLBadFormatException
* the XML bad format exception
*/ */
public static void main(final String[] args) throws IOException, XMLStreamException, XMLBadFormatException public static void main(final String[] args) throws IOException, XMLStreamException, XMLBadFormatException
{ {