buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/CheckinAction.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/CheckinAction.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/scm/src/com/nokia/helium/scm/ant/actions/CheckinAction.java	Fri Aug 13 14:59:05 2010 +0300
@@ -60,9 +60,10 @@
     public void execute(ScmRepository repository) throws ScmException {
         ScmManager scmManager = getTask().getScmManager();
 
-        if (message == null)
+        if (message == null) {
             throw new BuildException(
                     "'message attribute has not been defined.'");
+        }
 
         CheckInScmResult result;
         try {