Skip to content

Commit

Permalink
enable the extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 6, 2015
1 parent 7444bf9 commit 27bbf3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public class Extension implements Serializable {

private String nodeGroupId;

private boolean enabled;
private boolean enabled = true;

private int extensionOrder = 1;

Expand Down

0 comments on commit 27bbf3e

Please sign in to comment.