InitGitDBRepo.create: add missing javadoc @return
This commit is contained in:
parent
a9a6eeb01e
commit
330e87b6a1
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue