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/03/17 19:30:59 UTC

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

ggregory    2004/03/17 10:30:59

  Modified:    codec/src/java/org/apache/commons/codec/language
                        RefinedSoundex.java Soundex.java
  Log:
  Added @since 1.3 to difference() methods.
  
  Revision  Changes    Path
  1.17      +2 -1      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RefinedSoundex.java	29 Feb 2004 04:08:31 -0000	1.16
  +++ RefinedSoundex.java	17 Mar 2004 18:30:59 -0000	1.17
  @@ -90,6 +90,7 @@
   	 * 
   	 * @throws EncoderException
   	 *                  if an error occurs encoding one of the strings
  +     * @since 1.3
   	 */
       public int difference(String s1, String s2) throws EncoderException {
           return SoundexUtils.difference(this, s1, s2);
  
  
  
  1.21      +2 -1      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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Soundex.java	29 Feb 2004 04:08:31 -0000	1.20
  +++ Soundex.java	17 Mar 2004 18:30:59 -0000	1.21
  @@ -60,6 +60,7 @@
   	 * 
   	 * @throws EncoderException
   	 *                  if an error occurs encoding one of the strings
  +     * @since 1.3
   	 */
       public int difference(String s1, String s2) throws EncoderException {
           return SoundexUtils.difference(this, s1, s2);
  
  
  

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