buildframework/helium/sf/java/antlint/src/com/nokia/helium/antlint/ant/types/AbstractCheck.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
--- a/buildframework/helium/sf/java/antlint/src/com/nokia/helium/antlint/ant/types/AbstractCheck.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/antlint/src/com/nokia/helium/antlint/ant/types/AbstractCheck.java	Fri Aug 13 14:59:05 2010 +0300
@@ -22,6 +22,7 @@
 import org.apache.tools.ant.types.DataType;
 import org.dom4j.Element;
 import org.dom4j.Node;
+
 import com.nokia.helium.antlint.ant.Reporter;
 import com.nokia.helium.antlint.ant.Severity;
 
@@ -31,7 +32,7 @@
  */
 public abstract class AbstractCheck extends DataType implements Check {
 
-    private boolean enabled;
+    private boolean enabled = true;
     private Severity severity;
     private Reporter reporter;