Fixed incorrect English wording

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1415181 13f79535-47bb-0310-9956-ffa450edef68
master
Anders Hammar 2012-11-29 14:31:26 +00:00
parent 435fbb1d04
commit fcc328fb6e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class MyMojo
*/
@Parameter( alias = "myAlias",
property = "a.property",
defaultValue = "an expression with ${variables} eventually",
defaultValue = "an expression, possibly with ${variables}",
readonly = <false|true>,
required = <false|true> )
private String parameter;