Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Oct 29, 2023
1 parent a2b6707 commit 824412c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,9 @@ public IntVector.Builder newIntVectorBuilder(int estimatedSize) {
return new IntVectorBuilder(estimatedSize, this);
}

<<<<<<< HEAD
/**
* Build a {@link IntVector.FixedBuilder} that never grows.
*/
=======
>>>>>>> main
public IntVector.FixedBuilder newIntVectorFixedBuilder(int size) {
return new IntVectorFixedBuilder(size, this);
}
Expand Down

0 comments on commit 824412c

Please sign in to comment.