[SDC-39] fix javadoc 53/5253/1
authorPavel Aharoni <pa0916@att.com>
Mon, 26 Jun 2017 14:50:37 +0000 (17:50 +0300)
committerPavel Aharoni <pa0916@att.com>
Mon, 26 Jun 2017 14:50:37 +0000 (17:50 +0300)
Change-Id: I4d09da9be794085d085aeef071e4f466ccf8a99f
Signed-off-by: Pavel Aharoni <pa0916@att.com>
src/main/java/org/openecomp/sdc/tosca/parser/api/ISdcCsarHelper.java

index 83bd29d..333df0d 100644 (file)
@@ -337,13 +337,13 @@ public interface ISdcCsarHelper {
        public String getNodeTemplateCustomizationUuid(NodeTemplate nt);
 
     /**
-     * Filter Node Template properties equals/contains specific pattern
+     * Filter Node Template property values by equals/contains operator and a pattern
      * @param nodeTemplate Node Template to filter its properties
-     * @param filterType filter by equals/contains
+     * @param filterType filter type - equals or contains
      * @param pattern value to filter with it
-     * @return Map <b>full path to a property</b> mapped to <b>property value<b/> filtered by type & pattern
+     * @return Map <b>full path to a property</b> mapped to <b>property value</b> filtered by type and pattern
      */
-       public Map<String, Object> filterNodeTemplatePropertiesByValue(NodeTemplate nodeTemplate, FilterType filterType, String pattern);
+    public Map<String, Object> filterNodeTemplatePropertiesByValue(NodeTemplate nodeTemplate, FilterType filterType, String pattern);
     
        /**
         * Get all node templates by sdcType for parent Node Template.