Skip to content

Commit

Permalink
Fix typo in validation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and slawekjaranowski committed Jun 6, 2024
1 parent 0456c7c commit 808884a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 78,7 @@ public Model importManagement(
Severity.WARNING,
Version.V40,
"Ignored POM import for: " toString(dependency) " as already imported "
toString(present) ". Add a the conflicting managed dependency directly "
toString(present) ". Add the conflicting managed dependency directly "
"to the dependencyManagement section of the POM.");
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 70,7 @@ public Model importManagement(
problems.add(new ModelProblemCollectorRequest(
ModelProblem.Severity.WARNING, ModelProblem.Version.V40)
.setMessage("Ignored POM import for: " toString(dependency) " as already imported "
toString(present) ". Add a the conflicting managed dependency directly "
toString(present) ". Add the conflicting managed dependency directly "
"to the dependencyManagement section of the POM."));
}
}
Expand Down

0 comments on commit 808884a

Please sign in to comment.