Index: /trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java
===================================================================
--- /trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java	(revision 1205)
+++ /trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java	(revision 1206)
@@ -103,5 +103,11 @@
     }
 
-    /* (non-Javadoc)
+    /**
+     * this implements handling of doGet. For this servlet this means that
+     * the autoquest-htmlmonitor.js will be delivered to the instance 
+     * which sent the get request.
+     * 
+     * 
+     *  (non-Javadoc)
      * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
      */
@@ -146,5 +152,9 @@
     }
 
-    /* (non-Javadoc)
+    /**
+     * this implements handling of doPost. For this servlet this means that
+     * the data from the post request will be parsed and validated.
+     * 
+     * (non-Javadoc)
      * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
      */
