]> source.dussan.org Git - jgit.git/commitdiff
Make SideBandInputStream public 53/115453/2
authorHan-Wen Nienhuys <hanwen@google.com>
Tue, 16 Jan 2018 16:28:22 +0000 (17:28 +0100)
committerHan-Wen Nienhuys <hanwen@google.com>
Wed, 17 Jan 2018 10:20:09 +0000 (11:20 +0100)
This mirrors SideBandOutputStream which is also public

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: Ic0983af663f0c4c85bf5486b195108c45cddc4c2

org.eclipse.jgit/src/org/eclipse/jgit/transport/SideBandInputStream.java

index 25486cb64f5e5f16d64c220ff3d1c1524553cc34..15338a3a3a80c8b13288c164e33a886ae3ebc273 100644 (file)
@@ -76,8 +76,9 @@ import org.eclipse.jgit.util.RawParseUtils;
  * an unrecoverable error.
  *
  * @see SideBandOutputStream
+ * @since 4.11
  */
-class SideBandInputStream extends InputStream {
+public class SideBandInputStream extends InputStream {
        static final int CH_DATA = 1;
        static final int CH_PROGRESS = 2;
        static final int CH_ERROR = 3;