Ignore:
Timestamp:
11/29/17 13:31:13 (7 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

    r1990 r2210  
    153153     *            file to be parsed 
    154154     * 
    155      * @throws SAXException in the case, the file could not be parsed 
     155     * @throws JAXBException in the case, the file could not be parsed 
    156156     */ 
    157157    public void parseFile(File file) throws JAXBException { 
     
    178178     *            file to be parsed 
    179179     * 
    180      * @throws SAXException in the case, the file could not be parsed 
     180     * @throws JAXBException in the case, the file could not be parsed 
    181181     */ 
    182182    public void parseFile(InputStream stream) throws JAXBException { 
Note: See TracChangeset for help on using the changeset viewer.