]> source.dussan.org Git - jgit.git/commit
Use .addObject and .or instead of .add in AddToBitmapFilter 31/59631/2
authorJonathan Nieder <jrn@google.com>
Wed, 4 Nov 2015 06:33:05 +0000 (22:33 -0800)
committerJonathan Nieder <jrn@google.com>
Thu, 5 Nov 2015 21:03:22 +0000 (13:03 -0800)
commitfd1ee636a29638e44a3f8c09df846f9ac540c6cf
treea08e555028eebb18111be9da2d5767233a873ec4
parentf102abf035ae242d96368dadafaee8a339f72c7e
Use .addObject and .or instead of .add in AddToBitmapFilter

This is the caller that the BitmapBuilder.add method was designed
around.  Moving away from .add makes it more verbose but hopefully
clearer.

Change-Id: I57b1d7c1dc8fb800b242b76c606922b5aa36b9b2
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriterBitmapWalker.java