Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Feb 17, 2025
1 parent 3273f48 commit 985f56e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ public void execute() throws MojoExecutionException {
} catch (SchemaValidatorException e) {
if (failOnError) {
throw new MojoExecutionException(
"changes.xml file is not valid: " + xmlPath.getAbsolutePath() + ": " + e.getMessage(),
e);
"changes.xml file is not valid: " + xmlPath.getAbsolutePath() + ": " + e.getMessage(), e);
}
}
}
Expand Down

0 comments on commit 985f56e

Please sign in to comment.