diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-05-17 23:08:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-05-17 23:08:27 +0200 |
commit | 91188a7d82128d22b832ac91e6239a4bd1802180 (patch) | |
tree | 386c0336478509363811268501a4fe9a173c0838 /org.eclipse.jgit | |
parent | 55b0203c319e5a4375ee36cedd8e1691e2588ff4 (diff) | |
download | jgit-91188a7d82128d22b832ac91e6239a4bd1802180.tar.gz jgit-91188a7d82128d22b832ac91e6239a4bd1802180.zip |
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>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java index aaecd2395d..8cd5eb2238 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java @@ -66,7 +66,7 @@ public final class BitmapWalker { * * @param prevCommit * the cached commit. - * @since 5.7 + * @since 5.8 */ public void setPrevCommit(AnyObjectId prevCommit) { this.prevCommit = prevCommit; @@ -77,7 +77,7 @@ public final class BitmapWalker { * * @param prevBitmap * the bitmap associated with the cached commit. - * @since 5.7 + * @since 5.8 */ public void setPrevBitmap(Bitmap prevBitmap) { this.prevBitmap = prevBitmap; |