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
{
/**
* The main method.
*
*
* @param args
* the arguments
* @throws IOException
* @throws XMLBadFormatException
* Signals that an I/O exception has occurred.
* @throws XMLStreamException
* the XML stream exception
* @throws XMLBadFormatException
* the XML bad format exception
*/
public static void main(final String[] args) throws IOException, XMLStreamException, XMLBadFormatException
{