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 1362)
+++ /trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java	(revision 1363)
@@ -111,5 +111,5 @@
      * 
      *  (non-Javadoc)
-     * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
+     * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(HttpServletRequest, HttpServletResponse)
      */
     @Override
@@ -158,5 +158,5 @@
      * 
      * (non-Javadoc)
-     * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
+     * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(HttpServletRequest, HttpServletResponse)
      */
     @Override
@@ -499,5 +499,5 @@
      * @param scrollPosition the scroll position of the event
      * @param selectedValue  the value selected through a specific event
-     * @param domPath		 the path through the DOM of the document of the HTML element on which
+     * @param domPath        the path through the DOM of the document of the HTML element on which
      *                       the event was executed
      * 
