Revert unintended change to javadoc.

This commit is contained in:
akwizgran
2019-04-18 13:31:00 +01:00
parent 0587fdc54c
commit 456f25b701

View File

@@ -23,8 +23,9 @@ public interface KeyManager {
* <p/>
* {@link StreamContext StreamContexts} for the contact can be created
* after this method has returned.
* @param alice true if the local party is Alice
*
* @param alice true if the local party is Alice
* @param active whether the derived keys can be used for outgoing streams
*/
Map<TransportId, TransportKeySetId> addContact(Transaction txn, ContactId c,
SecretKey rootKey, long timestamp, boolean alice, boolean active)