diff options
author | Terry Parker <tparker@google.com> | 2015-07-20 11:28:11 -0700 |
---|---|---|
committer | Terry Parker <tparker@google.com> | 2015-07-20 11:28:58 -0700 |
commit | 4d6046da771b4b25431b0590e039645bf6c07345 (patch) | |
tree | b50da30285dc7053a716005f57a296d73127635a | |
parent | f8564c760119c5f02bf47aaf80aeee0f439f2d6e (diff) | |
download | jgit-4d6046da771b4b25431b0590e039645bf6c07345.tar.gz jgit-4d6046da771b4b25431b0590e039645bf6c07345.zip |
Remove "experimental" from the description of the pack bitmap index
Change-Id: I940701093eb6c6d26e147b79de77997b0df481a0
Signed-off-by: Terry Parker <tparker@google.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java | 3 |
1 files changed, 1 insertions, 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 6d944fd4db..a38a26dec0 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.IO; 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 */ |