[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-tosca-lib / src / main / java / org / openecomp / sdc / tosca / errors / ToscaInvalidSubstituteNodeTemplateErrorBuilder.java
index 5913e5f..bab2e77 100644 (file)
@@ -29,8 +29,8 @@ import org.openecomp.sdc.common.errors.ErrorCode;
  */
 public class ToscaInvalidSubstituteNodeTemplateErrorBuilder {
   private static final String INVALID_SUBSTITUTE_NODE_TEMPLATE_MSG =
-      "Invalid substitute node template, directives with substitutable value must be defined. "
-          + "node template id %s";
+      "Invalid substitute node template, directives with substitutable value must be defined."
+          + " node template id %s";
   private final ErrorCode.ErrorCodeBuilder builder = new ErrorCode.ErrorCodeBuilder();
 
   /**