Skip to content

Commit

Permalink
This closes #1134
Browse files Browse the repository at this point in the history
  • Loading branch information
aledsage committed Jan 8, 2016
2 parents 7bcb392 + 8b486f5 commit d058158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static boolean setEnablement(String property, boolean val) {
}
}

static void setDefault(String property, boolean val) {
public static void setDefault(String property, boolean val) {
synchronized (MUTEX) {
if (!FEATURE_ENABLEMENTS.containsKey(property)) {
String rawVal = System.getProperty(property);
Expand Down

0 comments on commit d058158

Please sign in to comment.