Ignore:
Timestamp:
02/13/14 11:40:02 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java

    r1367 r1383  
    3636/** 
    3737 * <p> 
    38  * TODO comment 
     38 * Parser for HTTP Monitor logs. Uses JAXB for parsing and is therefore quite simple. For each 
     39 * exchange in the log, it creates an appropriate event. 
    3940 * </p> 
    4041 *  
     
    105106 
    106107    /** 
    107      * 
     108     * <p> 
     109     * returns the sequences parsed by this parser 
     110     * </p> 
     111     *  
     112     * @return as described 
    108113     */ 
    109114    public Collection<List<Event>> getSequences() { 
Note: See TracChangeset for help on using the changeset viewer.