]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag to UploadPack#uploadWithExceptionPropagation 75/150975/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 11 Oct 2019 13:07:02 +0000 (15:07 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 12 Oct 2019 09:05:02 +0000 (11:05 +0200)
This was missed in b8d9734c

Change-Id: I4b9c1cf058eff16af725375047d743944e7f5db4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java

index 9c4e000c75a991f7114d18ad613edf4b11411ad4..6f0e66e6d838fa1de58afa2d230f1dd3a7759cbf 100644 (file)
@@ -830,6 +830,7 @@ public class UploadPack {
         * @throws IOException
         *             thrown if the server or the client I/O fails, or there's an
         *             internal server error.
+        * @since 5.6
         */
        public void uploadWithExceptionPropagation(InputStream input,
                        OutputStream output, @Nullable OutputStream messages)