Skip to content

Commit d5949d0

Browse files
committed
Fix Javadoc 8 error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634415 13f79535-47bb-0310-9956-ffa450edef68
1 parent 456097d commit d5949d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
* <p>
2828
* Implements the <a href="http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">K&ouml;lner Phonetik</a>
2929
* (Cologne Phonetic) algorithm issued by Hans Joachim Postel in 1969.
30+
* </p>
3031
* <p>
3132
* The <i>K&ouml;lner Phonetik</i> is a phonetic algorithm which is optimized for the German language.
3233
* It is related to the well-known soundex algorithm.
33-
* <p>
34+
* </p>
3435
*
3536
* <h2>Algorithm</h2>
3637
*
@@ -170,7 +171,9 @@
170171
*
171172
* </ul>
172173
*
174+
* <p>
173175
* This class is thread-safe.
176+
* </p>
174177
*
175178
* @see <a href="http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Wikipedia (de): K&ouml;lner Phonetik (in German)</a>
176179
* @since 1.5

0 commit comments

Comments
 (0)