|
|
|
@ -203,8 +203,9 @@ public class htmlParser extends AbstractParser implements Parser {
|
|
|
|
|
} catch (final IOException e) {
|
|
|
|
|
throw new Parser.Failure("IO error:" + e.getMessage(), location);
|
|
|
|
|
} finally {
|
|
|
|
|
writer.flush();
|
|
|
|
|
sourceStream.close();
|
|
|
|
|
writer.close();
|
|
|
|
|
//writer.close();
|
|
|
|
|
}
|
|
|
|
|
//OutputStream hfos = new htmlFilterOutputStream(null, scraper, null, false);
|
|
|
|
|
//serverFileUtils.copy(sourceFile, hfos);
|
|
|
|
|