Sync Integ to Master
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / ServiceArtifactInfoImpl.java
index 50d1700..1d62680 100644 (file)
@@ -22,9 +22,9 @@ package org.openecomp.sdc.be.components.distribution.engine;
 
 public class ServiceArtifactInfoImpl extends ArtifactInfoImpl implements IServiceArtifactInfo {
 
-       @Override
-       public String toString() {
-               return "ServiceArtifactInfoImpl [" + super.toString() + "]";
-       }
+    @Override
+    public String toString() {
+        return "ServiceArtifactInfoImpl [" + super.toString() + "]";
+    }
 
 }