This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 9c7b822 fix wording
9c7b822 is described below
commit 9c7b822d689aa450fe95cc5f8ad4cd5e2159191f
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Nov 15 17:15:04 2021 +0100
fix wording
eventually means finally, but what was rather meant is optionally
---
.../src/main/java/org/apache/maven/plugins/annotations/Parameter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e6d98e7..d6be4f9 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
@@ -64,7 +64,7 @@ public @interface Parameter
String property() default "";
/**
- * parameter default value, eventually containing <code>${...}</code>
expressions which will be interpreted at
+ * parameter default value, may contain <code>${...}</code> expressions
which will be interpreted at
* inject time: see
* <a
href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">
* PluginParameterExpressionEvaluator</a>.