buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/RemoveAction.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/RemoveAction.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/RemoveAction.java	Fri Aug 13 14:59:05 2010 +0300
@@ -57,8 +57,9 @@
 
     @Override
     public void execute(ScmRepository repository) throws ScmException {
-        if (message == null)
+        if (message == null) {
             throw new BuildException("message attribute has not been defined.");
+        }
         // if (getBasedir() == null)
         // throw new BuildException("basedir attribute has not been defined.");