Copilot commented on code in PR #2725:
URL: https://github.com/apache/tika/pull/2725#discussion_r3014001565


##########
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/main/java/org/apache/tika/parser/microsoft/ooxml/OOXMLExtractorFactory.java:
##########
@@ -97,11 +97,12 @@ public static void parse(InputStream stream, ContentHandler 
baseHandler, Metadat
         //if the pkg is in the opencontainer of a TikaInputStream, it will get 
closed.
         //However, if a regular inputstream has been sent in, we need to 
revert the pkg.
         boolean mustRevertPackage = false;
+        TemporaryResources tmp = new TemporaryResources();
         try {

Review Comment:
   TemporaryResources is used but not imported in this file. As-is this won’t 
compile; add the appropriate import (org.apache.tika.io.TemporaryResources).



-- 
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