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>
This commit is contained in:
Matthias Sohn 2020-05-17 23:08:27 +02:00
parent 55b0203c31
commit 91188a7d82
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public 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 void setPrevCommit(AnyObjectId prevCommit) {
* *
* @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;