Skip to content

Commit

Permalink
Addons to remove is required
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 12, 2014
1 parent 300ee49 commit 4777a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AddonRemoveCommand extends AbstractUICommand implements AddonComman
private AddonManager manager;

@Inject
@WithAttributes(label = "Installed addons", description = "The installed addons in mutable addon repositories that may be removed")
@WithAttributes(label = "Installed addons", description = "The installed addons in mutable addon repositories that may be removed", required = true)
private UISelectMany<AddonId> addons;

@Inject
Expand Down

0 comments on commit 4777a21

Please sign in to comment.