possible fix for "hung" doc-documents

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6320 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 16 years ago
parent a4888249f1
commit dce450e2e0

@ -71,7 +71,7 @@ public class docParser extends AbstractParser implements Idiom {
try {
extractor = new WordExtractor(source);
} catch (IOException e) {
} catch (Exception e) {
throw new ParserException("error in docParser, WordTextExtractorFactory: " + e.getMessage(), location);
}

Loading…
Cancel
Save