Merge "Support decompose service by model uuid"
[so.git] / mso-catalog-db / src / main / java / org / openecomp / mso / db / catalog / beans / ServiceRecipe.java
index 763c304..303570a 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START=======================================================
- * OPENECOMP - MSO
+ * ONAP - SO
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
@@ -139,8 +139,8 @@ public class ServiceRecipe extends MavenLikeVersioning implements Serializable {
        @Override
        public String toString() {
                StringBuilder sb = new StringBuilder();
-               sb.append("RECIPE: " + action);
-               sb.append(",uri=" + orchestrationUri);
+               sb.append("RECIPE: ").append(action);
+               sb.append(",uri=").append(orchestrationUri);
         if (created != null) {
                sb.append (",created=");
                sb.append (DateFormat.getInstance().format(created));