Improved javadoc.
This commit is contained in:
parent
d1bbae3330
commit
4543221aee
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue