Skip to content

Commit 4829849

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1080408 13f79535-47bb-0310-9956-ffa450edef68
1 parent c523ebc commit 4829849

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* <ul>
3939
*
4040
* <li>
41-
* <h3>First step:</h3>
41+
* <h3>Step 1:</h3>
4242
* After preprocessing (convertion to upper case, transcription of <a
4343
* href="http://en.wikipedia.org/wiki/Germanic_umlaut">germanic umlauts</a>, removal of non alphabetical characters) the
4444
* letters of the supplied text are replaced by their phonetic code according to the folowing table.
@@ -158,13 +158,13 @@
158158
* </li>
159159
*
160160
* <li>
161-
* <h3>Second step:</h3>
161+
* <h3>Step 2:</h3>
162162
* Collapse of all multiple consecutive code digits.
163163
* <h4>Example:</h4>
164164
* {@code "6005507500206880022" => "6050750206802"}</li>
165165
*
166166
* <li>
167-
* <h3>Third step:</h3>
167+
* <h3>Step 3:</h3>
168168
* Removal of all codes “0” except at the beginning. This means that two or more identical consecutive digits can occur
169169
* if they occur after removing the "0" digits.
170170
*

0 commit comments

Comments
 (0)