InitGitDBRepo.create: add missing javadoc @return

This commit is contained in:
Paul Campbell 2018-07-10 22:56:27 +01:00
parent a9a6eeb01e
commit 330e87b6a1

View file

@ -50,6 +50,7 @@ class InitGitDBRepo {
* Initialise a new GitDB repo.
*
* @param dbDir the directory to initialise the repo in
* @return a Result containing the created Repository
*/
static Result<Repository> create(final Path dbDir) {
final InitGitDBRepo initRepo = new InitGitDBRepo();