Skip to content

Commit

Permalink
Language fix
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Scherer <[email protected]>
  • Loading branch information
mihnita and markusicu authored Dec 6, 2024
1 parent a4a3f02 commit 67705cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public static ConvertIcuDataTask fromXml(String fileName) {

NodeList convertNodes = root.getElementsByTagName("convert");
if (convertNodes.getLength() != 1) {
System.err.println("Only one <convert> element allowed and required");
System.err.println("Exactly one <convert> element allowed and required");
return null;
}
ConvertIcuDataTask converter = new ConvertIcuDataTask();
Expand Down

0 comments on commit 67705cc

Please sign in to comment.