Add missing @since tag to UploadPack#uploadWithExceptionPropagation

This was missed in b8d9734c

Change-Id: I4b9c1cf058eff16af725375047d743944e7f5db4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2019-10-11 15:07:02 +02:00
parent 009e07882f
commit 71bd70e67f
1 changed files with 1 additions and 0 deletions

View File

@ -830,6 +830,7 @@ public void upload(InputStream input, OutputStream output,
* @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)