]> source.dussan.org Git - jgit.git/commit
Make BitmapBuilder.getBitmapIndex public 28/59628/2
authorJonathan Nieder <jrn@google.com>
Wed, 4 Nov 2015 07:20:14 +0000 (23:20 -0800)
committerJonathan Nieder <jrn@google.com>
Thu, 5 Nov 2015 20:39:57 +0000 (12:39 -0800)
commit73474466ebcccbeeef21461f0df5839569151c29
tree8bbacbcbe3daafff6553b194cc934b12389248a0
parentf523f21e599f47a09dacb9bd93b2c9f979faeb61
Make BitmapBuilder.getBitmapIndex public

Every Bitmap in current JGit code has an associated BitmapIndex.  Make
it public in BitmapBuilder to make retrieving bitmaps to OR in from
that index easier.

Change-Id: I2773aa94d8b67f12194608e6317c0792a5de21e2
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java