Rewrap a line.

This commit is contained in:
akwizgran
2019-06-03 17:58:31 +01:00
parent eed8d25120
commit 4d8e0baeb4

View File

@@ -21,8 +21,8 @@ public interface HandshakeManager {
* @param out An outgoing stream for the handshake, which must be secured
* in handshake mode
*/
HandshakeResult handshake(PendingContactId p,
InputStream in, StreamWriter out) throws DbException, IOException;
HandshakeResult handshake(PendingContactId p, InputStream in,
StreamWriter out) throws DbException, IOException;
class HandshakeResult {