Skip to content

Commit aead18a

Browse files
committed
Checkstyle fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1378749 13f79535-47bb-0310-9956-ffa450edef68
1 parent 48f86f1 commit aead18a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ public String encode(String source) {
6262
txt = txt.replaceAll("^rough", "rou2f");
6363
txt = txt.replaceAll("^tough", "tou2f");
6464
txt = txt.replaceAll("^enough", "enou2f"); // 2.0 only
65-
txt = txt.replaceAll("^trough", "trou2f"); // 2.0 only - note the spec says ^enough here again, c+p error I assume
65+
txt = txt.replaceAll("^trough", "trou2f"); // 2.0 only
66+
// note the spec says ^enough here again, c+p error I assume
6667
txt = txt.replaceAll("^gn", "2n");
6768

6869
// End

0 commit comments

Comments
 (0)