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>
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 aaecd23..8cd5eb2 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 @@
 	 *
 	 * @param prevCommit
 	 *            the cached commit.
-	 * @since 5.7
+	 * @since 5.8
 	 */
 	public void setPrevCommit(AnyObjectId prevCommit) {
 		this.prevCommit = prevCommit;
@@ -77,7 +77,7 @@
 	 *
 	 * @param prevBitmap
 	 *            the bitmap associated with the cached commit.
-	 * @since 5.7
+	 * @since 5.8
 	 */
 	public void setPrevBitmap(Bitmap prevBitmap) {
 		this.prevBitmap = prevBitmap;