Skip to content

Commit 456097d

Browse files
committed
Add missing Javadoc @param text.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634414 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9fc25d4 commit 456097d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/ColognePhonetic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private static boolean arrayContains(final char[] arr, final char key) {
309309
* In contrast to the initial description of the algorithm, this implementation does the encoding in one pass.
310310
* </p>
311311
*
312-
* @param text
312+
* @param text The source text to encode
313313
* @return the corresponding encoding according to the <i>K&ouml;lner Phonetik</i> algorithm
314314
*/
315315
public String colognePhonetic(String text) {

0 commit comments

Comments
 (0)