Changeset 2210 for trunk/autoquest-plugin-http/src/main/java/de/ugoe
- Timestamp:
- 11/29/17 13:31:13 (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
r1990 r2210 153 153 * file to be parsed 154 154 * 155 * @throws SAXException in the case, the file could not be parsed155 * @throws JAXBException in the case, the file could not be parsed 156 156 */ 157 157 public void parseFile(File file) throws JAXBException { … … 178 178 * file to be parsed 179 179 * 180 * @throws SAXException in the case, the file could not be parsed180 * @throws JAXBException in the case, the file could not be parsed 181 181 */ 182 182 public void parseFile(InputStream stream) throws JAXBException {
Note: See TracChangeset
for help on using the changeset viewer.