diff options
author | Thomas Wolf <twolf@apache.org> | 2022-09-18 17:02:51 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2022-09-18 17:02:51 +0200 |
commit | ccad49a28c9f28bdfc0f0d810dde44139f1c0895 (patch) | |
tree | 424edba9f36b3ce29521b6fd718c96a9a501f72f | |
parent | 21a497843cb804f5e714d8c93526422639efcc80 (diff) | |
download | jgit-ccad49a28c9f28bdfc0f0d810dde44139f1c0895.tar.gz jgit-ccad49a28c9f28bdfc0f0d810dde44139f1c0895.zip |
Fix wrong @since tag
PatchApplier was merged only in JGit 6.4.
Change-Id: Ica84d8184c1d3a1acce8beba9b076f6c32e749d7
Signed-off-by: Thomas Wolf <twolf@apache.org>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java index 3fec700a9c..b9bf090848 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java @@ -87,7 +87,7 @@ import org.eclipse.jgit.util.sha1.SHA1; * After instantiating, applyPatch() should be called once. * </p> * - * @since 6.3 + * @since 6.4 */ public class PatchApplier { |