Skip to content

Commit

Permalink
Fixing typo, as suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Jul 2, 2024
1 parent c957aed commit b60ef69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/langtools/tools/lib/toolbox/AbstractTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Result run(Expect expect, int exitCode) {
* @param expect the expected outcome
* @param exitCodeValidator an exit code validator. The first parameter will
* be the actual exit code, the second test name,
* should throw TaskError is the exit code is not
* should throw TaskError if the exit code is not
* as expected. Only used if the expected outcome
* is {@code FAIL}
* @return the result of calling {@code run()}
Expand Down Expand Up @@ -128,7 +128,7 @@ protected void expect(Expect expect, int expectedExitCode) {
* @param expect the expected outcome
* @param exitCodeValidator an exit code validator. The first parameter will
* be the actual exit code, the second test name,
* should throw TaskError is the exit code is not
* should throw TaskError if the exit code is not
* as expected. Only used if the expected outcome
* is {@code FAIL}
*/
Expand Down

0 comments on commit b60ef69

Please sign in to comment.