Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ public static int orCardinality(final EWAHCompressedBitmap... bitmaps) {


/**
* Generate a new bitmap a new bitmap shifted by "b" bits.
* Generates a new bitmap shifted by "b" bits.
* If b is positive, the position of all set bits is increased by
* b. The negative case is not supported.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ public static int orCardinality(final EWAHCompressedBitmap32... bitmaps) {
}

/**
* Generate a new bitmap a new bitmap shifted by "b" bits.
* Generates a new bitmap shifted by "b" bits.
* If b is positive, the position of all set bits is increased by
* b. The negative case is not supported.
*
Expand Down