Skip to content

Commit

Permalink
fixes eclipse-efx#92 - evaluate the enabled set on creation time
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsontom committed Jun 14, 2017
1 parent ca4e675 commit 6dbaa73
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ public static <T> Command<T> createCommand(Function<Map<String, String>, T> acti
evaluate();
});
}

{
evaluate();
}

@Override
public void evaluate() {
Expand Down

0 comments on commit 6dbaa73

Please sign in to comment.