summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-10-11 15:07:02 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-10-12 11:05:02 +0200
commit71bd70e67f950a10508be2d1c1a7d0e4ab9e505d (patch)
treea1e2dbc4e9bb081218c5ab06055991d829dfd4ca
parent009e07882fee2b0ad2ebe7ba44e2ff52c101f858 (diff)
downloadjgit-71bd70e67f950a10508be2d1c1a7d0e4ab9e505d.tar.gz
jgit-71bd70e67f950a10508be2d1c1a7d0e4ab9e505d.zip
Add missing @since tag to UploadPack#uploadWithExceptionPropagation
This was missed in b8d9734c Change-Id: I4b9c1cf058eff16af725375047d743944e7f5db4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java
index 9c4e000c75..6f0e66e6d8 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java
@@ -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)