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


##########
poi/src/main/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java:
##########
@@ -63,14 +64,14 @@ public abstract class ChunkedCipherOutputStream extends 
FilterOutputStream {
     private Cipher cipher;
     private boolean isClosed;
 
-    public ChunkedCipherOutputStream(DirectoryNode dir, int chunkSize) throws 
IOException, GeneralSecurityException {
+    public ChunkedCipherOutputStream(DirectoryNode dir, int chunkSize, 
TempFileCreationStrategy tmpStrategy) throws IOException, 
GeneralSecurityException {

Review Comment:
   add back the old constructor for compat reasons



-- 
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...@poi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to