Ignore:
Timestamp:
11/29/17 14:55:48 (7 years ago)
Author:
pharms
Message:
  • java doc issues removal
File:
1 edited

Legend:

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

    r2211 r2218  
    3636import javax.xml.transform.stream.StreamSource; 
    3737 
    38 import org.xml.sax.SAXException; 
    39  
    4038import de.ugoe.cs.autoquest.eventcore.Event; 
    4139import de.ugoe.cs.autoquest.eventcore.IEventType; 
     
    135133     *            name and path of the log file 
    136134     * 
    137      * @throws SAXException in the case, the file could not be parsed 
     135     * @throws JAXBException in the case, the file could not be parsed 
    138136     */ 
    139137    public void parseFile(String filename) throws JAXBException { 
Note: See TracChangeset for help on using the changeset viewer.