You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/11/07 23:39:30 UTC

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/language RefinedSoundex.java

ggregory    2003/11/07 14:39:30

  Modified:    codec/src/java/org/apache/commons/codec/language
                        RefinedSoundex.java
  Log:
  Minor cleanup.
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-commons/codec/src/java/org/apache/commons/codec/language/RefinedSoundex.java
  
  Index: RefinedSoundex.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/language/RefinedSoundex.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- RefinedSoundex.java	12 Oct 2003 19:48:14 -0000	1.10
  +++ RefinedSoundex.java	7 Nov 2003 22:39:30 -0000	1.11
  @@ -157,7 +157,7 @@
        * @throws EncoderException throws exception if there is an
        *                          encoding-specific problem
        */
  -    public String encode(String pString) throws EncoderException {
  +    public String encode(String pString) {
           return (soundex(pString));   
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org