Fix wrong @since tag

PatchApplier was merged only in JGit 6.4.

Change-Id: Ica84d8184c1d3a1acce8beba9b076f6c32e749d7
Signed-off-by: Thomas Wolf <twolf@apache.org>
This commit is contained in:
Thomas Wolf 2022-09-18 17:02:51 +02:00
parent 21a497843c
commit ccad49a28c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
* After instantiating, applyPatch() should be called once. * After instantiating, applyPatch() should be called once.
* </p> * </p>
* *
* @since 6.3 * @since 6.4
*/ */
public class PatchApplier { public class PatchApplier {