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 2004/07/08 01:15:24 UTC

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

ggregory    2004/07/07 16:15:24

  Modified:    codec/src/java/org/apache/commons/codec/language
                        Soundex.java
  Log:
  Javadoc of deprecated items now also state:  "Will be removed in 2.0."
  
  Revision  Changes    Path
  1.26      +4 -4      jakarta-commons/codec/src/java/org/apache/commons/codec/language/Soundex.java
  
  Index: Soundex.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/language/Soundex.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Soundex.java	13 Jun 2004 23:47:36 -0000	1.25
  +++ Soundex.java	7 Jul 2004 23:15:24 -0000	1.26
  @@ -81,7 +81,7 @@
       /**
        * The maximum length of a Soundex code - Soundex codes are only four characters by definition.
        * 
  -     * @deprecated This feature is not needed since the encoding size must be constant.
  +     * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
        */
       private int maxLength = 4;
   
  @@ -180,7 +180,7 @@
       /**
        * Returns the maxLength. Standard Soundex
        * 
  -     * @deprecated This feature is not needed since the encoding size must be constant.
  +     * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
        * @return int
        */
       public int getMaxLength() {
  @@ -216,7 +216,7 @@
       /**
        * Sets the maxLength.
        * 
  -     * @deprecated This feature is not needed since the encoding size must be constant.
  +     * @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
        * @param maxLength
        *                  The maxLength to set
        */
  
  
  

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