Skip to content

Commit

Permalink
Merge branch 'JDK-8332474' of github.com:lahodaj/jdk into JDK-8332474
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Jul 4, 2024
2 parents d842cc2 + b60ef69 commit 7e3b07b
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 7e3b07b

Please sign in to comment.