Skip to content
Snippets Groups Projects
Verified Commit 251eb9e7 authored by akwizgran's avatar akwizgran
Browse files

Add javadoc for handshakeKeys flag.

parent 8b2b7599
No related branches found
No related tags found
1 merge request!1082Generate and store handshake key pair at startup if necessary
......@@ -19,6 +19,9 @@ public interface AuthorFactory {
/**
* Creates a local author with the current format version and the given
* name.
*
* @param handshakeKeys true if the local author should include handshake
* keys.
*/
LocalAuthor createLocalAuthor(String name, boolean handshakeKeys);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment