Reformat catalog-model
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / AttributeDefinition.java
index 1cf3baa..d1bcedc 100644 (file)
@@ -46,13 +46,7 @@ public class AttributeDefinition extends AttributeDataDefinition implements IOpe
 
     @Override
     public String toString() {
-        return "AttributeDefinition{" +
-            "name=" + getName() +
-            "uniqueId=" + getUniqueId() +
-            "ownerId=" + getOwnerId() +
-            "type=" + getType() +
-            "description=" + getDescription() +
-            "default=" + getDefaultValue() +
-            '}';
+        return "AttributeDefinition{" + "name=" + getName() + "uniqueId=" + getUniqueId() + "ownerId=" + getOwnerId() + "type=" + getType()
+            + "description=" + getDescription() + "default=" + getDefaultValue() + '}';
     }
 }