Skip to content

Commit

Permalink
Replace single-source applicability with precondition in DoesNotInclu…
Browse files Browse the repository at this point in the history
…deDependency
  • Loading branch information
timtebeek authored May 23, 2024
1 parent dcbcac4 commit 74faca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public String getInstanceNameSuffix() {

@Override
public String getDescription() {
return "An applicability test which returns false if visiting a Maven pom which includes the specified dependency in the classpath of some scope. "
+ "For compatibility with multimodule projects, this should most often be applied as a single-source applicability test.";
return "A precondition which returns false if visiting a Maven pom which includes the specified dependency in the classpath of some scope. "
+ "For compatibility with multimodule projects, this should most often be applied as a precondition.";
}

@Override
Expand Down

0 comments on commit 74faca0

Please sign in to comment.