Add missing @since tag for ReceivePack#receiveWithExceptionPropagation

Change-Id: Ie64abc3e5bcf6dbaecfa8f2cb50796703ebd1f39
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2019-12-05 01:51:29 +01:00
parent f487a9eb2e
commit e2c12c3910
1 changed files with 1 additions and 0 deletions

View File

@ -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 {