Add javadoc.

This commit is contained in:
akwizgran
2018-05-11 11:36:49 +01:00
parent e10742a23d
commit 648793e092

View File

@@ -27,5 +27,9 @@ public interface SetupController {
*/
void showDozeFragmentOrCreateAccount();
/**
* This should be called after the author name and the password have been
* set.
*/
void createAccount();
}