Add javadoc for handshakeKeys flag.

This commit is contained in:
akwizgran
2019-04-23 16:26:13 +01:00
parent 8b2b7599f9
commit 251eb9e712

View File

@@ -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);
} }