Skip to content

Commit 458d50d

Browse files
committed
80 chars per line.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130246 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1986566 commit 458d50d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: RELEASE-NOTES.txt,v 1.9 2003/11/08 01:52:25 ggregory Exp $
1+
$Id: RELEASE-NOTES.txt,v 1.10 2003/11/12 02:16:34 ggregory Exp $
22

33
Commons Codec Package
44
Version 1.2 RC1
@@ -38,7 +38,7 @@ BUG FIXES:
3838

3939
* Fix for Bug 24484: Soundex.setMaxLength causes bugs and is not needed.
4040
Calling Soundex.setMaxLength() with a value of 2 or less causes the wrong
41-
answer to be returned. Since the encoding returned by Soundex is always
42-
of length 4 by definition (we do not use the '-' in as a letter-nnn separator)
43-
the need for a maxLength attribute is not needed. Deprecate the field and
44-
accessor methods.
41+
answer to be returned. Since the encoding returned by Soundex is always
42+
of length 4 by definition (we do not use the '-' in as a letter-nnn
43+
separator) the need for a maxLength attribute is not needed. Deprecate
44+
the field and accessor methods.

0 commit comments

Comments
 (0)