Skip to content

Commit 387eba9

Browse files
committed
Move Javadoc to correct location
1 parent 63a9006 commit 387eba9

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,6 @@ public char removeNext() {
277277
}
278278
}
279279

280-
/**
281-
* Maps some Germanic characters to plain for internal processing. The following characters are mapped:
282-
* <ul>
283-
* <li>capital a, umlaut mark</li>
284-
* <li>capital u, umlaut mark</li>
285-
* <li>capital o, umlaut mark</li>
286-
* <li>small sharp s, German</li>
287-
* </ul>
288-
*/
289-
290280
/*
291281
* Returns whether the array contains the key, or not.
292282
*/
@@ -417,6 +407,13 @@ public boolean isEncodeEqual(final String text1, final String text2) {
417407

418408
/**
419409
* Converts the string to upper case and replaces Germanic umlaut characters
410+
* The following characters are mapped:
411+
* <ul>
412+
* <li>capital A, umlaut mark</li>
413+
* <li>capital U, umlaut mark</li>
414+
* <li>capital O, umlaut mark</li>
415+
* <li>small sharp s, German</li>
416+
* </ul>
420417
*/
421418
private char[] preprocess(String text) {
422419
// This converts German small sharp s (Eszett) to SS

0 commit comments

Comments
 (0)