Skip to content

Commit

Permalink
fix for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Sep 19, 2024
1 parent 065aa67 commit 27d8b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object Unarchiver {
}

override def next(): (ArchiveEntry, InputStream) =
(latest, new CloseShieldInputStream(archiveInputStream))
(latest, CloseShieldInputStream.wrap(archiveInputStream))
}

private def uncompress(
Expand Down

0 comments on commit 27d8b54

Please sign in to comment.