diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-22 09:00:20 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-22 09:00:55 +0100 |
commit | dedb5860423058af6e60c154f4c223160f671960 (patch) | |
tree | 56621e87a20545d6cea8afd28b6e3e22a8e0e828 /org.eclipse.jgit/src/org/eclipse/jgit/lib | |
parent | 00f6fe72a744af56364b88fe2b59b8e7ab6d6ce9 (diff) | |
download | jgit-dedb5860423058af6e60c154f4c223160f671960.tar.gz jgit-dedb5860423058af6e60c154f4c223160f671960.zip |
Fix missing @since 6.0 tag
CommitConfig.getCommitTemplateContent() has changed API.
Change-Id: If72ed79c43c167b99f356b69cc095d6bbf4d66e8
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/lib')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitConfig.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitConfig.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitConfig.java index 5e70556a3c..22e1f98181 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitConfig.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/CommitConfig.java @@ -89,6 +89,7 @@ public class CommitConfig { * 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) |