Changeset 1363


Ignore:
Timestamp:
02/12/14 08:14:30 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java

    r1351 r1363  
    111111     *  
    112112     *  (non-Javadoc) 
    113      * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) 
     113     * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(HttpServletRequest, HttpServletResponse) 
    114114     */ 
    115115    @Override 
     
    158158     *  
    159159     * (non-Javadoc) 
    160      * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) 
     160     * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(HttpServletRequest, HttpServletResponse) 
    161161     */ 
    162162    @Override 
     
    499499     * @param scrollPosition the scroll position of the event 
    500500     * @param selectedValue  the value selected through a specific event 
    501      * @param domPath            the path through the DOM of the document of the HTML element on which 
     501     * @param domPath        the path through the DOM of the document of the HTML element on which 
    502502     *                       the event was executed 
    503503     *  
Note: See TracChangeset for help on using the changeset viewer.