Skip to content
Merged
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 @@ -46,7 +46,7 @@ public class PageBuilder
* therefore it can resize frequently while appending new rows.
* <p>
* This constructor should only be used to get the initial PageBuilder.
* Once the PageBuilder is full use reset() or createPageBuilderLike() to create a new
* Once the PageBuilder is full use reset() or newPageBuilderLike() to create a new
* PageBuilder instance with its size estimated based on previous data.
*/
public PageBuilder(List<? extends Type> types)
Expand Down