]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag for ReceivePack#receiveWithExceptionPropagation 64/153864/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 5 Dec 2019 00:51:29 +0000 (01:51 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 5 Dec 2019 00:51:29 +0000 (01:51 +0100)
Change-Id: Ie64abc3e5bcf6dbaecfa8f2cb50796703ebd1f39
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

index 6de3848d8e189d95bc1dbbfdc36c856c3702475b..4e425fe979f2294d7c23803e52b51bfa2765ad77 100644 (file)
@@ -2231,6 +2231,7 @@ public class ReceivePack {
         *            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 {