OpenJDK / jdk / jdk12
changeset 51448:df1012f6ba94
8209740: typo in test/lib/jtreg/SkippedException.java
Reviewed-by: kvn
author | iignatyev |
---|---|
date | Mon, 20 Aug 2018 11:37:57 -0700 |
parents | 8dfed4387312 |
children | d96e6839e83d |
files | test/lib/jtreg/SkippedException.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/lib/jtreg/SkippedException.java Mon Aug 20 10:11:26 2018 -0700 +++ b/test/lib/jtreg/SkippedException.java Mon Aug 20 11:37:57 2018 -0700 @@ -24,7 +24,7 @@ package jtreg; /** - * {@code SkippedException} is an exception treaded by jtreg as an indication + * {@code SkippedException} is an exception treated by jtreg as an indication * of skipped status. */ public final class SkippedException extends RuntimeException {