buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/taskdefs/XMLLogCountTask.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/taskdefs/XMLLogCountTask.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/taskdefs/XMLLogCountTask.java	Fri Aug 13 14:59:05 2010 +0300
@@ -21,6 +21,7 @@
 
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.Task;
+
 import com.nokia.helium.core.ant.conditions.XMLLogCondition;
 
 /**
@@ -78,8 +79,9 @@
      * @throws BuildException
      */
     public void execute() {
-        if (property == null)
+        if (property == null) {
             throw new BuildException("'property' attribute is not defined");
+        }
         
         XMLLogCondition cond = new XMLLogCondition();
         cond.setFile(fileName);