From e285450e0f20dc7c65d169d13c22cb3ddf5ed96b Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 14 May 2012 21:35:47 +0000 Subject: [PATCH] fixed typos git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338443 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/maven/plugins/annotations/Execute.java | 2 +- .../java/org/apache/maven/plugins/annotations/Parameter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java index ae41d04..c9bca36 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java @@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Used if your Mojo need to fork a lifecycle. + * Used if your Mojo needs to fork a lifecycle. * * @author Olivier Lamy * @since 3.0 diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java index d08cfbd..ccad355 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java @@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Used to configure your Mojo Parameters. + * Used to configure your Mojo parameters. * * @author Olivier Lamy * @since 3.0