Skip to content

Commit

Permalink
Added note on coordinate in AddonInstallCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 24, 2015
1 parent 67e1296 commit 7e2b92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class AddonInstallCommand extends AbstractUICommand implements AddonComma
private AddonDependencyResolver resolver;

@Inject
@WithAttributes(label = "Coordinate", description = "The addon's \"groupId:artifactId,version\" coordinate", required = true)
@WithAttributes(label = "Coordinate", description = "The addon's \"groupId:artifactId,version\" coordinate", note = "The addon's \"groupId:artifactId,version\" coordinate", required = true)
private UIInput<String> coordinate;

@Inject
Expand Down

0 comments on commit 7e2b92b

Please sign in to comment.