You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by lazar2606 <gi...@git.apache.org> on 2018/03/31 18:07:49 UTC

[GitHub] commons-compress pull request #63: (doc) fix the error in the gzip compressi...

GitHub user lazar2606 opened a pull request:

    https://github.com/apache/commons-compress/pull/63

    (doc) fix the error in the gzip compression example

    1. GZipCompressorOutputStream does not exist
    2. BufferedInputStream is invalid class for creating output stream

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lazar2606/commons-compress master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-compress/pull/63.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 #63
    
----
commit 8204af35edc8024b23e453cf2a76202dd575bfaa
Author: Marchenko Sergey <se...@...>
Date:   2018-03-31T18:02:54Z

    fix the error in the gzip compression example

----


---

[GitHub] commons-compress issue #63: (doc) fix the error in the gzip compression exam...

Posted by bodewig <gi...@git.apache.org>.
Github user bodewig commented on the issue:

    https://github.com/apache/commons-compress/pull/63
  
    Many thanks, obviously there has been a little bit too much copy-paste going on. :-)


---

[GitHub] commons-compress pull request #63: (doc) fix the error in the gzip compressi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-compress/pull/63


---