Fixed incorrect English wording
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1415181 13f79535-47bb-0310-9956-ffa450edef68master
parent
435fbb1d04
commit
fcc328fb6e
|
|
@ -80,7 +80,7 @@ public class MyMojo
|
||||||
*/
|
*/
|
||||||
@Parameter( alias = "myAlias",
|
@Parameter( alias = "myAlias",
|
||||||
property = "a.property",
|
property = "a.property",
|
||||||
defaultValue = "an expression with ${variables} eventually",
|
defaultValue = "an expression, possibly with ${variables}",
|
||||||
readonly = <false|true>,
|
readonly = <false|true>,
|
||||||
required = <false|true> )
|
required = <false|true> )
|
||||||
private String parameter;
|
private String parameter;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue