Skip to content

Commit b5c399e

Browse files
committed
Remove trailing white spaces on all lines
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811347 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65782e9 commit b5c399e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RefinedSoundex implements StringEncoder {
3434
/**
3535
* Mapping:
3636
* <pre>
37-
* 0: A E I O U Y H W
37+
* 0: A E I O U Y H W
3838
* 1: B P
3939
* 2: F V
4040
* 3: C K S

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class Soundex implements StringEncoder {
9999
* Such letters are ignored (after the first) and do not
100100
* act as separators when dropping duplicate codes.
101101
* <p>
102-
* The codes for consonants are otherwise the same as for
102+
* The codes for consonants are otherwise the same as for
103103
* {@link #US_ENGLISH_MAPPING_STRING} and {@link #US_ENGLISH_SIMPLIFIED}
104104
*
105105
* @since 1.11
@@ -189,7 +189,7 @@ public Soundex(final String mapping) {
189189
*
190190
* @param mapping
191191
* Mapping string to use when finding the corresponding code for a given character
192-
* @param specialCaseHW if true, then
192+
* @param specialCaseHW if true, then
193193
* @since 1.11
194194
*/
195195
public Soundex(final String mapping, final boolean specialCaseHW) {

0 commit comments

Comments
 (0)