From e2c12c3910c22074d84fdd4dd1299c88329a91a0 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 5 Dec 2019 01:51:29 +0100 Subject: [PATCH] Add missing @since tag for ReceivePack#receiveWithExceptionPropagation Change-Id: Ie64abc3e5bcf6dbaecfa8f2cb50796703ebd1f39 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java index 6de3848d8..4e425fe97 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java @@ -2231,6 +2231,7 @@ public void receive(final InputStream input, final OutputStream output, * standard error channel of the command execution. For most * other network connections this should be null. * @throws java.io.IOException + * @since 5.7 */ public void receiveWithExceptionPropagation(InputStream input, OutputStream output, OutputStream messages) throws IOException {