Переглянути джерело

HPCC-19881 Minor change to javadoc comments to match parameter names

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 роки тому
батько
коміт
c4076188de
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      ecllibrary/std/Uni.ecl

+ 2 - 2
ecllibrary/std/Uni.ecl

@@ -506,7 +506,7 @@ EXPORT unsigned4 FindCount(unicode src, unicode sought, string form) :=
 
 /**
  * Returns the number of words that the string contains.  Words are separated by one or more separator strings. No 
- * spaces are stripped from either string before matching. allowBlankItems set to false by default.
+ * spaces are stripped from either string before matching. allow_blank set to false by default.
  *
  * @param src               The string being searched in.
  * @param separator         The string used to separate words
@@ -519,7 +519,7 @@ EXPORT unsigned4 CountWords(unicode src, unicode separator, boolean allow_blank
 
 /**
  * Returns the delimited words that the string contains in a UnicodeSet.  Words are separated by one or more separator strings. No 
- * spaces are stripped from either string before matching. allowBlankItems set to false by default.
+ * spaces are stripped from either string before matching. allow_blank is set to false by default.
  *
  * @param src               The string being searched in.
  * @param separator         The string used to separate words