Apply suggestions from code review

fix javadoc

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
Eduard Heimbuch
2020-12-03 08:54:43 +01:00
committed by GitHub
parent 20b1e7a477
commit f6863a2676

View File

@@ -102,9 +102,9 @@ public interface RepositoryManager
/**
* Creates a new repository and afterwards executes the logic from the {@param afterCreation}.
*
* @param repository the repository {@link Repository}
* @param afterCreation consumer which expects a repository {@link Repository}
* @return {@link Repository} the created repository
* @param repository the repository to create
* @param afterCreation consumer which is executed after the repository was created
* @return created repository
*
* @since 2.11.0
*/