summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java')
-rw-r--r--catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java b/catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java
index afb69748bb..8fe8afce18 100644
--- a/catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java
+++ b/catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java
@@ -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
*/