Skip to content

Commit 4188997

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,23 +151,23 @@
151151
*
152152
* <h4>Example:</h4>
153153
*
154-
* <code>"M</code>&uuml;<code>ller-L</code>&uuml;<code>denscheidt" => "MULLERLUDENSCHEIDT" => "6005507500206880022"</code>
154+
* <code>"M</code>&uuml;<code>ller-L</code>&uuml;<code>denscheidt" =&gt; "MULLERLUDENSCHEIDT" =&gt; "6005507500206880022"</code>
155155
*
156156
* </li>
157157
*
158158
* <li>
159159
* <h3>Step 2:</h3>
160160
* Collapse of all multiple consecutive code digits.
161161
* <h4>Example:</h4>
162-
* <code>"6005507500206880022" => "6050750206802"</code></li>
162+
* <code>"6005507500206880022" =&gt; "6050750206802"</code></li>
163163
*
164164
* <li>
165165
* <h3>Step 3:</h3>
166166
* Removal of all codes "0" except at the beginning. This means that two or more identical consecutive digits can occur
167167
* if they occur after removing the "0" digits.
168168
*
169169
* <h4>Example:</h4>
170-
* <code>"6050750206802" => "65752682"</code></li>
170+
* <code>"6050750206802" =&gt; "65752682"</code></li>
171171
*
172172
* </ul>
173173
*

0 commit comments

Comments
 (0)