]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since to new API 61/161961/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 4 May 2020 07:30:24 +0000 (09:30 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 4 May 2020 07:30:24 +0000 (09:30 +0200)
Change-Id: Ie7c3481aba515d9c9b0a152db17b5a9dc74e7ede
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmappedObjectReachabilityChecker.java

index 98c22685cd582e7e41b0f2ed12271fcb24a3fba3..3701dc36f73a7e8d6c52e34ff5b2542e4b42c9fc 100644 (file)
@@ -25,6 +25,8 @@ import org.eclipse.jgit.lib.BitmapIndex.BitmapBuilder;
 /**
  * Checks if all objects are reachable from certain starting points using
  * bitmaps.
+ *
+ * @since 5.8
  */
 public class BitmappedObjectReachabilityChecker
                implements ObjectReachabilityChecker {