Skip to content

Commit 347336f

Browse files
committed
Javadoc
1 parent 552ace6 commit 347336f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* Encodes a string into a Cologne Phonetic value.
2828
* <p>
29-
* Implements the <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">K&ouml;lner Phonetik</a> (Cologne
30-
* Phonetic) algorithm issued by Hans Joachim Postel in 1969.
29+
* Implements the <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">K&ouml;lner Phonetik</a>
30+
* (<a href="https://en.wikipedia.org/wiki/Cologne_phonetics">Cologne phonetics</a>) algorithm issued by Hans Joachim Postel in 1969.
3131
* </p>
3232
* <p>
3333
* The <em>K&ouml;lner Phonetik</em> is a phonetic algorithm which is optimized for the German language. It is related to
@@ -176,6 +176,7 @@
176176
* This class is thread-safe.
177177
* </p>
178178
*
179+
* @see <a href="https://en.wikipedia.org/wiki/Cologne_phonetics">Wikipedia: Cologne phonetics</a>
179180
* @see <a href="https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Wikipedia (de): K&ouml;lner Phonetik (in German)</a>
180181
* @since 1.5
181182
*/

src/test/java/org/apache/commons/codec/language/ColognePhoneticTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.opentest4j.AssertionFailedError;
3333

3434
/**
35-
* Tests the {@code ColognePhonetic} class.
35+
* Tests the {@link ColognePhonetic} class.
3636
*
3737
* <p>
3838
* Keep this file in UTF-8 encoding for proper Javadoc processing.

0 commit comments

Comments
 (0)