Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 20, 2022
1 parent 5b1544f commit 626f638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public Integer call() throws Exception {
"Write to 1 file - No Parking - Virtual Thread",
"saveWordsNio",
"n/a", "n/a",
() -> algorithmManager.saveWordsParking(algorithmManager.findAllUniqueWords("I had problem B, but he understood problem A, then he created problem C out of problem A, said problem C was mine and presented me with a solution to problem C. My original problem was never solved and he ended up getting a promotion.")),
() -> algorithmManager.saveWordsParking(algorithmManager.findAllUniqueWords(content)), 2);
() -> algorithmManager.saveWords(algorithmManager.findAllUniqueWords("I had problem B, but he understood problem A, then he created problem C out of problem A, said problem C was mine and presented me with a solution to problem C. My original problem was never solved and he ended up getting a promotion.")),
() -> algorithmManager.saveWords(algorithmManager.findAllUniqueWords(content)), 2);

performTest(
"Write to 1 file - Parking - Virtual Thread",
Expand Down

0 comments on commit 626f638

Please sign in to comment.