]> source.dussan.org Git - jgit.git/commit
Make PackWriterBitmapWalker public 84/111084/7
authorJonathan Tan <jonathantanmy@google.com>
Wed, 25 Oct 2017 21:09:17 +0000 (14:09 -0700)
committerJonathan Tan <jonathantanmy@google.com>
Fri, 10 Nov 2017 23:41:31 +0000 (15:41 -0800)
commitccf25f95411d7faae7b7aa5a75d74c62e6c47e07
tree7d4f47e961b39f48d9201fcf9cdf31a21113a84b
parent5ea57ba1b5b02dd69b7ff66a346e62c94cd277ed
Make PackWriterBitmapWalker public

Make PackWriterBitmapWriter class public and move it to a more central
location, in preparation for its use by another class (in a subsequent
commit).

One of its inner static classes, AddUnseenToBitmapFilter, previously
package-private, is also used directly in its former package. Therefore,
AddUnseenToBitmapFilter and its sibling class have been moved to an
internal package instead.

Change-Id: I740bc4bfc4e4e3c857d1ee7d25fe45e90cd22a75
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/revwalk/AddToBitmapFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/revwalk/AddUnseenToBitmapFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriterBitmapPreparer.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriterBitmapWalker.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java [new file with mode: 0644]