Author: ggregory
Date: Fri Mar 11 00:30:33 2011
New Revision: 1080408

URL: http://svn.apache.org/viewvc?rev=1080408&view=rev
Log:
Javadoc.

Modified:
    
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/ColognePhonetic.java

Modified: 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/ColognePhonetic.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/ColognePhonetic.java?rev=1080408&r1=1080407&r2=1080408&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/ColognePhonetic.java
 (original)
+++ 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/ColognePhonetic.java
 Fri Mar 11 00:30:33 2011
@@ -38,7 +38,7 @@ import org.apache.commons.codec.StringEn
  * <ul>
  * 
  * <li>
- * <h3>First step:</h3>
+ * <h3>Step 1:</h3>
  * After preprocessing (convertion to upper case, transcription of <a
  * href="http://en.wikipedia.org/wiki/Germanic_umlaut";>germanic umlauts</a>, 
removal of non alphabetical characters) the
  * letters of the supplied text are replaced by their phonetic code according 
to the folowing table.
@@ -158,13 +158,13 @@ import org.apache.commons.codec.StringEn
  * </li>
  * 
  * <li>
- * <h3>Second step:</h3>
+ * <h3>Step 2:</h3>
  * Collapse of all multiple consecutive code digits.
  * <h4>Example:</h4>
  * {@code "6005507500206880022" => "6050750206802"}</li>
  * 
  * <li>
- * <h3>Third step:</h3>
+ * <h3>Step 3:</h3>
  * Removal of all codes “0” except at the beginning. This means that two 
or more identical consecutive digits can occur
  *  if they occur after removing the "0" digits.
  * 


Reply via email to