the Central analyzer should be enabled by default

This commit is contained in:
Jeremy Long
2015-09-30 06:37:47 -04:00
parent bb6f27b322
commit c1d0789ac7

View File

@@ -623,7 +623,7 @@ public class Check extends Update {
/**
* Whether or not the central analyzer is enabled.
*/
private boolean centralAnalyzerEnabled = false;
private boolean centralAnalyzerEnabled = true;
/**
* Get the value of centralAnalyzerEnabled.