GitHub user shahabkondri opened a pull request:
https://github.com/apache/commons-compress/pull/62
Code cleanups.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shahabkondri/commons-compress cleanups
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/62.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #62
----
commit 8a82b265d13473fa0cd52ac3dbd49ee3b6e07262
Author: shahab <shahab.kondri@...>
Date: 2018-01-18T18:39:29Z
private method declared final.
commit 52070a1e9021ed2b76f5f9da3a638f03e32d5af3
Author: shahab <shahab.kondri@...>
Date: 2018-01-18T18:41:10Z
static method declared final.
commit c12d6ec4a51cad13d96465687d0196c48d717b04
Author: shahab <shahab.kondri@...>
Date: 2018-01-20T01:04:48Z
The declared exception 'IOEXception' is never thrown by the method itself
ot its implementations.
----
---