GitHub user boyarsky opened a pull request:
https://github.com/apache/commons-compress/pull/65
fix typo in syntax
Files.newInputStream is a static method so the "new" keyword shouldn't be
here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/boyarsky/commons-compress master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-compress/pull/65.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 #65
----
commit 6d8e7169f8d97b30203673065f58f3fc20f416d8
Author: Jeanne Boyarsky <nyjeanne@...>
Date: 2018-07-01T15:18:50Z
fix typo in syntax. Files is a static method so there shouldn't be a
constructor
----
---