Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant method
  • Loading branch information
Ahmed Yarub Hani Al Nuaimi committed Apr 23, 2024
1 parent 3891093 commit df09fc3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ public final Builder<T> add(TextBlock textBlock) {
return this;
}

private int getLastLineIndex() {
return this.items.get(items.size() - 1).getLineIndex() + 1;
}

@CanIgnoreReturnValue
public final Builder<T> removeMatches(Predicate<ItemOrTextBlock<T>> predicate) {
items.removeIf(predicate);
Expand Down

0 comments on commit df09fc3

Please sign in to comment.