You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2020/11/12 01:41:55 UTC

[GitHub] [tika] PeterAlfredLee opened a new pull request #381: Replace two redundant methods in OPCPackageDetector

PeterAlfredLee opened a new pull request #381:
URL: https://github.com/apache/tika/pull/381


   Remove two private methods : `closeQuietly(ZipFile)`, `closeQuietly(ZipEntrySource)`.
   Replace call with method `closeQuietly(Closeable)` from commons-compress.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tika] tballison merged pull request #381: Replace two redundant methods in OPCPackageDetector

Posted by GitBox <gi...@apache.org>.
tballison merged pull request #381:
URL: https://github.com/apache/tika/pull/381


   


----------------------------------------------------------------
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:
users@infra.apache.org