pjfanning commented on code in PR #823:
URL: https://github.com/apache/poi/pull/823#discussion_r2147266704


##########
poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java:
##########
@@ -56,7 +68,7 @@ public GZIPSheetDataWriter(SharedStringsTable 
sharedStringsTable) throws IOExcep
     @Deprecated
     @Removal(version = "6.0.0")
     public File createTempFile() throws IOException {
-        return TempFile.createTempFile("poi-sxssf-sheet-xml", ".gz");
+        return _tmpStrategy.createTempFile("poi-sxssf-sheet-xml", ".gz");

Review Comment:
   this method is not used in POI - so you don't need to update it



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to