Changeset 2218 for trunk/autoquest-plugin-http/src/main/java/de/ugoe
- Timestamp:
- 11/29/17 14:55:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPLogParser.java
r2211 r2218 36 36 import javax.xml.transform.stream.StreamSource; 37 37 38 import org.xml.sax.SAXException;39 40 38 import de.ugoe.cs.autoquest.eventcore.Event; 41 39 import de.ugoe.cs.autoquest.eventcore.IEventType; … … 135 133 * name and path of the log file 136 134 * 137 * @throws SAXException in the case, the file could not be parsed135 * @throws JAXBException in the case, the file could not be parsed 138 136 */ 139 137 public void parseFile(String filename) throws JAXBException {
Note: See TracChangeset
for help on using the changeset viewer.