diff options
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/util/io/IsolatedOutputStream.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/IsolatedOutputStream.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/IsolatedOutputStream.java index cdc4a4d863..3598a7ba87 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/IsolatedOutputStream.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/IsolatedOutputStream.java @@ -71,6 +71,8 @@ import org.eclipse.jgit.internal.JGitText; * Every write (or flush) requires a context switch to another thread. Callers * should wrap this stream with {@code BufferedOutputStream} using a suitable * buffer size to amortize the cost of context switches. + * + * @since 4.6 */ public class IsolatedOutputStream extends OutputStream { private final OutputStream dst; |