mehmet-karaman commented on code in PR #765:
URL: https://github.com/apache/commons-compress/pull/765#discussion_r3008536629
##########
src/test/java/org/apache/commons/compress/archivers/ArchiveOutputStreamTest.java:
##########
@@ -61,10 +61,15 @@ private void doCallSequence(final String archiveType)
throws Exception {
aos2.putArchiveEntry(aos2.createArchiveEntry(dummy, "dummy"));
aos2.write(dummy);
- // TODO check if second putArchiveEntry() can follow without closeAE?
Review Comment:
Ah.. sorry didn't saw that there is a todo.. Might be also a good time to
fix this..
--
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]