Fix missing @since 6.0 tag

CommitConfig.getCommitTemplateContent() has changed API.

Change-Id: If72ed79c43c167b99f356b69cc095d6bbf4d66e8
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2021-11-22 09:00:20 +01:00
parent 00f6fe72a7
commit dedb586042
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ public String getCommitEncoding() {
* if the template file does not exists
* @throws ConfigInvalidException
* if a {@code commitEncoding} is specified and is invalid
* @since 6.0
*/
@Nullable
public String getCommitTemplateContent(@NonNull Repository repository)