Skip to content

Commit

Permalink
Commands in CompositeCommand should be final
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 1, 2014
1 parent d195d25 commit c214567
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
class CompositeCommand implements UICommand
{
private final UICommandMetadata metadata;
private Iterable<UICommand> commands;
private final Iterable<UICommand> commands;

public CompositeCommand(UICommandMetadata metadata, Iterable<UICommand> commands)
{
Expand Down

0 comments on commit c214567

Please sign in to comment.