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
|
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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue