Skip to content

Commit 90a212c

Browse files
committed
Add missing Javadoc @param text.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634418 13f79535-47bb-0310-9956-ffa450edef68
1 parent 05220e0 commit 90a212c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,9 @@ public String encode(final String input) {
391391
* @param input
392392
* String to phoneticise; a String with dashes or spaces separating each word
393393
* @param languageSet
394-
* @return a phonetic representation of the input; a String containing '-'-separated phonetic representations
395-
* of the input
394+
* set of possible origin languages
395+
* @return a phonetic representation of the input; a String containing '-'-separated phonetic representations of the
396+
* input
396397
*/
397398
public String encode(String input, final Languages.LanguageSet languageSet) {
398399
final Map<String, List<Rule>> rules = Rule.getInstanceMap(this.nameType, RuleType.RULES, languageSet);

0 commit comments

Comments
 (0)