You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/02/04 05:43:36 UTC

cvs commit: jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec Soundex.java RefinedSoundex.java Metaphone.java

tobrien     2003/02/03 20:43:36

  Modified:    codec/src/java/org/apache/commons/codec Soundex.java
                        RefinedSoundex.java Metaphone.java
  Log:
  deprecated language codecs in codec package, well remove in 1 week
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Soundex.java
  
  Index: Soundex.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Soundex.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Soundex.java	3 Feb 2003 16:03:54 -0000	1.6
  +++ Soundex.java	4 Feb 2003 04:43:35 -0000	1.7
  @@ -61,11 +61,11 @@
    * 
    * http://www.bluepoof.com/Soundex/info2.html
    * 
  - * @todo Needs internationalisation in a future release.
  - *
    * @author bayard@generationjava.com
    * @author tobrien@transolutions.net
    * @version $Revision$ $Date$
  + *
  + * @deprecated This class has been moved to {@link org.apache.commons.codec.language.Soundex}
    */
   public class Soundex implements Encoder {
   
  
  
  
  1.6       +3 -3      jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/RefinedSoundex.java
  
  Index: RefinedSoundex.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/RefinedSoundex.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RefinedSoundex.java	3 Feb 2003 16:03:54 -0000	1.5
  +++ RefinedSoundex.java	4 Feb 2003 04:43:35 -0000	1.6
  @@ -60,10 +60,10 @@
    * scheme to find word with similar phonemes. 
    * More information may be found at: http://www.bluepoof.com/Soundex/info2.html
    * 
  - * @todo Needs internationalisation in a future release.
  - *
    * @author tobrien@transolutions.net
    * @version $Revision$ $Date$
  + *
  + * @deprecated This class has been moved to {@link org.apache.commons.codec.language.RefinedSoundex}
    */
   public class RefinedSoundex implements Encoder {
   
  
  
  
  1.7       +4 -2      jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Metaphone.java
  
  Index: Metaphone.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/src/java/org/apache/commons/codec/Metaphone.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Metaphone.java	3 Feb 2003 16:03:54 -0000	1.6
  +++ Metaphone.java	4 Feb 2003 04:43:35 -0000	1.7
  @@ -58,13 +58,15 @@
    * The initial Java implementation, William B. Brogden.  December, 1997
    * Permission given by wbrogden for code to be used anywhere.
    * 
  - * @see "Hanging on the Metaphone" by Lawrence Philips
  + * "Hanging on the Metaphone" by Lawrence Philips
    *      <i>Computer Language</i> of Dec. 1990, p 39   
    * 
    * @version $Revision$ $Date$
    * @author wbrogden@bga.com
    * @author bayard@generationjava.com
    * @author tobrien@transolutions.net
  + *
  + * @deprecated This class has been moved to {@link org.apache.commons.codec.language.Metaphone}
    */
   public class Metaphone implements Encoder {
   
  
  
  

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