This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 05ed15b5d95f309e864fe57fa31add18528bafc2 Author: Piotrek Żygieło <pzygi...@users.noreply.github.com> AuthorDate: Thu Jul 16 18:22:06 2020 +0200 (doc) Remove duplicated determiner --- .../java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java index 8f15110..8f26a5e 100644 --- a/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java +++ b/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java @@ -540,7 +540,7 @@ public class RequirePluginVersions * later than the plugin is executing. * * @param project the project - * @param thePhases the the phases + * @param thePhases the phases * @return the bound plugins * @throws PluginNotFoundException the plugin not found exception * @throws LifecycleExecutionException the lifecycle execution exception