commit | 39707c673a29021008baadde3c96e765637cf019 | [log] [tgz] |
---|---|---|
author | Thomas Wolf <twolf@apache.org> | Tue Sep 26 23:11:07 2023 +0200 |
committer | Thomas Wolf <twolf@apache.org> | Tue Sep 26 23:11:07 2023 +0200 |
tree | 66ad0573e7110afb11cce099ac65a833658d0b71 | |
parent | cf9d0548550817be9ec80675f8a5c23f0fea31e0 [diff] |
ByteBufferInputStream: add missing @since 6.8 Change-Id: I80574a514ade608b87bed2dae79851e53a850c31 Signed-off-by: Thomas Wolf <twolf@apache.org>
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java index 9c00329..804f7f8 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/ByteBufferInputStream.java
@@ -21,6 +21,8 @@ /** * An {@link InputStream} backed by a {@link ByteBuffer}. + * + * @since 6.8 */ public class ByteBufferInputStream extends InputStream {