Kaynağa Gözat

Add missing javadoc to bitmap index classes

Change-Id: Ib9fd230c9465a719df53cfcb314d8b5015743928
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.2.0.201511101648-m1
Matthias Sohn 8 yıl önce
ebeveyn
işleme
b37d77997c

+ 6
- 0
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java Dosyayı Görüntüle

@@ -327,6 +327,12 @@ public class BitmapIndexImpl implements BitmapIndex {
final EWAHCompressedBitmap bitmap;
final BitmapIndexImpl bitmapIndex;

/**
* Construct compressed bitmap for given bitmap and bitmap index
*
* @param bitmap
* @param bitmapIndex
*/
public CompressedBitmap(EWAHCompressedBitmap bitmap, BitmapIndexImpl bitmapIndex) {
this.bitmap = bitmap;
this.bitmapIndex = bitmapIndex;

+ 3
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java Dosyayı Görüntüle

@@ -206,7 +206,9 @@ public interface BitmapIndex {
int cardinality();

/**
* The BitmapIndex for this BitmapBuilder.
* Get the BitmapIndex for this BitmapBuilder.
*
* @return the BitmapIndex for this BitmapBuilder
*
* @since 4.2
*/

Loading…
İptal
Kaydet