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
* 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;

Loading…
Cancel
Save