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-ffa450edef68
master
Anders Hammar 2012-11-29 13:57:49 +00:00
parent f67446b914
commit 435fbb1d04
1 changed files with 1 additions and 1 deletions

View File

@ -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;