dk2k commented on a change in pull request #478:
URL: https://github.com/apache/tika/pull/478#discussion_r787923282



##########
File path: 
tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java
##########
@@ -145,7 +145,7 @@ public void parse(InputStream stream, ContentHandler 
recursiveParserWrapperHandl
         int writeLimit = -1;
         //TODO -- rely on a new interface WriteLimiting...?
         //It'd be better not to tie this to a specific class
-        if (recursiveParserWrapperHandler instanceof 
BasicContentHandlerFactory) {
+        if (recursiveParserWrapperHandler instanceof 
BasicContentHandlerFactory) { // TODO this cond is always false

Review comment:
       https://issues.apache.org/jira/browse/TIKA-3652




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to