diff --git a/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/MaisDocWriter.java b/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/MaisDocWriter.java index 269b848..5ec0e4a 100644 --- a/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/MaisDocWriter.java +++ b/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/MaisDocWriter.java @@ -40,7 +40,6 @@ import org.x4o.maisdoc.model.MaisDocRemoteClass; import org.x4o.sax3.SAX3WriterXml; import org.x4o.sax3.io.SAX3PropertyConfig; import org.x4o.sax3.io.SAX3PropertyConfig.PropertyConfigItem; -import org.xml.sax.SAXException; /** * ApiDocWriter writes the api documentation. @@ -104,7 +103,7 @@ public class MaisDocWriter { /** * Writes the language documentation to the base path. - * @throws ElementException Is thrown when error is done. + * @throws IOException Is thrown when error is done. */ public void writeDocumentation() throws IOException { File basePath = propertyConfig.getPropertyFile(OUTPUT_PATH); diff --git a/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/flake/MaisDocGenerator.java b/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/flake/MaisDocGenerator.java index e2d449e..fc930cb 100644 --- a/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/flake/MaisDocGenerator.java +++ b/nx01-x4o-maisdoc/src/main/java/org/x4o/maisdoc/flake/MaisDocGenerator.java @@ -55,7 +55,6 @@ import org.x4o.sax3.SAX3WriterXml; import org.x4o.sax3.SAX3WriterHtml.DocType; import org.x4o.sax3.SAX3WriterHtml.Tag; import org.x4o.sax3.io.SAX3XMLConstants; -import org.xml.sax.SAXException; import org.xml.sax.helpers.AttributesImpl; /** @@ -74,7 +73,6 @@ public class MaisDocGenerator implements MaisDocContentPrinter { * @param doc The ApiDoc to writer. * @param basePath The bath path to write into. * @throws IOException When file exception happens. - * @throws SAXException when xml exception happens. */ public void write(MaisDoc doc,File basePath) throws IOException { if (doc==null) {