Tosca for Workflow operations
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / tosca / utils / OperationArtifactUtil.java
index afb6974..8fe8afc 100644 (file)
@@ -22,12 +22,13 @@ import org.openecomp.sdc.be.tosca.CsarUtils;
 
 public class OperationArtifactUtil {
 
+
     /**
      * This method assumes that operation.getImplementation() is not NULL  ( it should be verified by the caller method)
      *
      * @param componentName component's normalized name
-     * @param interfaceType the specific interface name
-     * @param operation     teh specific operation name
+     * @param interfaceType the specific interface type
+     * @param operation     the specific operation name
      * @return the full path including file name for operation's artifacts
      */