From 4d6046da771b4b25431b0590e039645bf6c07345 Mon Sep 17 00:00:00 2001 From: Terry Parker Date: Mon, 20 Jul 2015 11:28:11 -0700 Subject: [PATCH] Remove "experimental" from the description of the pack bitmap index Change-Id: I940701093eb6c6d26e147b79de77997b0df481a0 Signed-off-by: Terry Parker --- .../eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java index 6d944fd4d..a38a26dec 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java @@ -60,8 +60,7 @@ import org.eclipse.jgit.util.NB; /** - * Support for the pack bitmap index v1 format, which contains experimental - * support for bitmaps. + * Support for the pack bitmap index v1 format. * * @see PackBitmapIndex */