Index: /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/commands/CMDcondenseHTMLGUIModel.java
===================================================================
--- /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/commands/CMDcondenseHTMLGUIModel.java	(revision 2209)
+++ /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/commands/CMDcondenseHTMLGUIModel.java	(revision 2210)
@@ -46,4 +46,5 @@
  * <p>
  * An example for clarification. Consider the following two pages:
+ * </p>
  * <pre>
  * server
@@ -86,4 +87,5 @@
  *                           \-- ...
  * </pre>
+ * <p>
  * This now allows the menu and the footer to be treated as identical over several pages.
  * </p>
Index: /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLServer.java
===================================================================
--- /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLServer.java	(revision 2209)
+++ /trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLServer.java	(revision 2210)
@@ -42,5 +42,5 @@
      *
      * @param specification the server specification
-     * @param parent        the parent of the server --> must always be null. Just included as
+     * @param parent        the parent of the serve, must always be null. Just included as
      *                      required by the automatic instantiation mechanism
      *                      
Index: /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java
===================================================================
--- /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java	(revision 2209)
+++ /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java	(revision 2210)
@@ -153,5 +153,5 @@
      *            file to be parsed
      *
-     * @throws SAXException in the case, the file could not be parsed
+     * @throws JAXBException in the case, the file could not be parsed
      */
     public void parseFile(File file) throws JAXBException {
@@ -178,5 +178,5 @@
      *            file to be parsed
      *
-     * @throws SAXException in the case, the file could not be parsed
+     * @throws JAXBException in the case, the file could not be parsed
      */
     public void parseFile(InputStream stream) throws JAXBException {
