Skip to content
Snippets Groups Projects
Commit 9a6e9166 authored by Goik Martin's avatar Goik Martin
Browse files

Providing Javadoc explanations

parent 57fb0871
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,10 @@ import org.xml.sax.SAXException;
public class Rdbms2Xml {
/**
* @param args
* Unused
* @throws SAXException
* @throws ParserConfigurationException
* @throws IOException
* @param args Unused
* @throws SAXException Xml source may not be well-formed
* @throws ParserConfigurationException Rarely!
* @throws IOException File issues
*/
public static void main(String[] args) throws ParserConfigurationException,
SAXException, IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment