summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2015-08-13 15:07:37 -0400
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2015-08-13 15:07:39 -0400
commitf5a5fa28d21790f7e4160027934f3fbf03adebca (patch)
tree0dfb0e1287300f1c102b19487b740b3c4399998a /org.eclipse.jgit
parent4bb523475d44ec1c4d9b4f92944a359aef99894c (diff)
parent4d6046da771b4b25431b0590e039645bf6c07345 (diff)
downloadjgit-f5a5fa28d21790f7e4160027934f3fbf03adebca.tar.gz
jgit-f5a5fa28d21790f7e4160027934f3fbf03adebca.zip
Merge "Remove "experimental" from the description of the pack bitmap index"
Diffstat (limited to 'org.eclipse.jgit')
-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
*/