Skip to content

Commit

Permalink
Apply suggestion locally, not in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Dec 6, 2024
1 parent afa1017 commit 208e3ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public static CleanOutputDirectoryTask fromXml(String fileName) {

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

0 comments on commit 208e3ce

Please sign in to comment.