Skip to content

Commit b94d06c

Browse files
committed
Javadoc: replace mangled char with HTML version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1157443 13f79535-47bb-0310-9956-ffa450edef68
1 parent d905bc9 commit b94d06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private static boolean arrayContains(char[] arr, char key) {
289289
* </p>
290290
*
291291
* @param text
292-
* @return the corresponding encoding according to the <i>Kölner Phonetik</i> algorithm
292+
* @return the corresponding encoding according to the <i>K&ouml;lner Phonetik</i> algorithm
293293
*/
294294
public String colognePhonetic(String text) {
295295
if (text == null) {

0 commit comments

Comments
 (0)