mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-12445 Fixed a typo in a warning message.o
X-SVN-Rev: 38677
This commit is contained in:
parent
ac7474e79f
commit
7d4c73da53
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class JacocoReportCheck {
|
|||
|
||||
if (coveredButExcludedSet.size() > 0) {
|
||||
System.out.println("//");
|
||||
System.out.println("// Methods coverved by tests, but included in the exclusion set");
|
||||
System.out.println("// Methods covered by tests, but included in the exclusion set");
|
||||
System.out.println("//");
|
||||
for (String key : coveredButExcludedSet) {
|
||||
System.out.println(key);
|
||||
|
|
Loading…
Add table
Reference in a new issue