Skip to content

Commit

Permalink
Merge pull request #9 from aboutbits/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ThoSap authored Jan 9, 2025
2 parents f4cba7b + 53b8d42 commit 03419fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public abstract class TestDataCreator<ITEM> {

protected final int numberOfItems;

protected TestDataCreator(int numberIfItems) {
this.numberOfItems = numberIfItems;
protected TestDataCreator(int numberOfItems) {
this.numberOfItems = numberOfItems;
}

public void commit() {
Expand Down

0 comments on commit 03419fa

Please sign in to comment.