Skip to content

Commit ee0335a

Browse files
committed
Minor cleanup.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130240 13f79535-47bb-0310-9956-ffa450edef68
1 parent 106f454 commit ee0335a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*
6969
* @author Tim O'Brien
7070
* @author ggregory@seagullsw.com
71-
* @version $Id: RefinedSoundex.java,v 1.10 2003/10/12 19:48:14 tobrien Exp $
71+
* @version $Id: RefinedSoundex.java,v 1.11 2003/11/07 22:39:30 ggregory Exp $
7272
*/
7373
public class RefinedSoundex implements StringEncoder {
7474

@@ -157,7 +157,7 @@ public String soundex(String str) {
157157
* @throws EncoderException throws exception if there is an
158158
* encoding-specific problem
159159
*/
160-
public String encode(String pString) throws EncoderException {
160+
public String encode(String pString) {
161161
return (soundex(pString));
162162
}
163163

0 commit comments

Comments
 (0)