Browse Source

Fix wrong @since tags added in dcb0265

This change was introduced in 5.8.

Change-Id: Ic74ebff5a0547bb55e0401b38f73ebc6e67cace9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
master
Matthias Sohn 5 years ago
parent
commit
91188a7d82
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java

4
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java

@ -66,7 +66,7 @@ public final class BitmapWalker {
* *
* @param prevCommit * @param prevCommit
* the cached commit. * the cached commit.
* @since 5.7 * @since 5.8
*/ */
public void setPrevCommit(AnyObjectId prevCommit) { public void setPrevCommit(AnyObjectId prevCommit) {
this.prevCommit = prevCommit; this.prevCommit = prevCommit;
@ -77,7 +77,7 @@ public final class BitmapWalker {
* *
* @param prevBitmap * @param prevBitmap
* the bitmap associated with the cached commit. * the bitmap associated with the cached commit.
* @since 5.7 * @since 5.8
*/ */
public void setPrevBitmap(Bitmap prevBitmap) { public void setPrevBitmap(Bitmap prevBitmap) {
this.prevBitmap = prevBitmap; this.prevBitmap = prevBitmap;

Loading…
Cancel
Save