monkmachine commented on code in PR #558:
URL: https://github.com/apache/tika/pull/558#discussion_r871707349


##########
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/src/main/java/org/apache/tika/parser/dwg/DWGParser.java:
##########
@@ -128,7 +135,7 @@ public void parse(InputStream stream, ContentHandler 
handler, Metadata metadata,
                 throw new TikaException("Unsupported AutoCAD drawing version: 
" + version);
         }
 
-        xhtml.endDocument();
+        xhtml.endDocument();}

Review Comment:
   should now be fixed



-- 
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: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to