Sync Integ to Master
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / IResourceArtifactInfo.java
index 9a77b9f..deac875 100644 (file)
@@ -22,18 +22,18 @@ package org.openecomp.sdc.be.components.distribution.engine;
 
 public interface IResourceArtifactInfo extends IArtifactInfo {
 
-       /** resource name */
-       String getResourceName();
+    /** resource name */
+    String getResourceName();
 
-       /** resource version */
-       String getResourceVersion();
+    /** resource version */
+    String getResourceVersion();
 
-       /**
-        * Global UUID of the resource that specific artifact belongs to.<br>
-        * It is generated by ASDC per each resource version.<br>
-        * Generated UUID is compliant with RFC 4122. It is a 128-bit value formatted into blocks of hexadecimal digits separated by a hyphen ("-"). <br>
-        * Ex.: AA97B177-9383-4934-8543-0F91A7A02836
-        */
-       String getResourceUUID();
+    /**
+     * Global UUID of the resource that specific artifact belongs to.<br>
+     * It is generated by ASDC per each resource version.<br>
+     * Generated UUID is compliant with RFC 4122. It is a 128-bit value formatted into blocks of hexadecimal digits separated by a hyphen ("-"). <br>
+     * Ex.: AA97B177-9383-4934-8543-0F91A7A02836
+     */
+    String getResourceUUID();
 
 }