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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to