bodewig commented on a change in pull request #87: COMPRESS-124 : Add support 
for extracting sparse entries from tar archives
URL: https://github.com/apache/commons-compress/pull/87#discussion_r362333661
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java
 ##########
 @@ -26,14 +26,14 @@
 import java.io.ByteArrayOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import java.util.HashMap;
-import java.util.Map;
+import java.util.*;
 
 Review comment:
   resolved with b465bfa6

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to