ICU-12445 Fixed a typo in a warning message.o

X-SVN-Rev: 38677
This commit is contained in:
Yoshito Umaoka 2016-04-29 23:32:28 +00:00
parent ac7474e79f
commit 7d4c73da53

View file

@ -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);