mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Add javadoc for handshakeKeys flag.
This commit is contained in:
@@ -19,6 +19,9 @@ public interface AuthorFactory {
|
|||||||
/**
|
/**
|
||||||
* Creates a local author with the current format version and the given
|
* Creates a local author with the current format version and the given
|
||||||
* name.
|
* name.
|
||||||
|
*
|
||||||
|
* @param handshakeKeys true if the local author should include handshake
|
||||||
|
* keys.
|
||||||
*/
|
*/
|
||||||
LocalAuthor createLocalAuthor(String name, boolean handshakeKeys);
|
LocalAuthor createLocalAuthor(String name, boolean handshakeKeys);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user