Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce2015-08-13 19:07:37 +0000
committerGerrit Code Review @ Eclipse.org2015-08-13 19:07:39 +0000
commitf5a5fa28d21790f7e4160027934f3fbf03adebca (patch)
tree0dfb0e1287300f1c102b19487b740b3c4399998a
parent4bb523475d44ec1c4d9b4f92944a359aef99894c (diff)
parent4d6046da771b4b25431b0590e039645bf6c07345 (diff)
downloadjgit-f5a5fa28d21790f7e4160027934f3fbf03adebca.tar.gz
jgit-f5a5fa28d21790f7e4160027934f3fbf03adebca.tar.xz
jgit-f5a5fa28d21790f7e4160027934f3fbf03adebca.zip
Merge "Remove "experimental" from the description of the pack bitmap index"
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackBitmapIndexV1.java3
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
*/

Back to the top