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