Skip to content

Commit ffad0e4

Browse files
committed
[CODEC-115] DoubleMetaphone.maxCodeLen should probably be private
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064464 13f79535-47bb-0310-9956-ffa450edef68
1 parent fbdf624 commit ffad0e4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,16 @@
5454
org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
5555
</action>
5656
<action dev="sebb" type="add" issue="CODEC-112" due-to="sebb">
57-
Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
57+
Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false.
5858
</action>
5959
<action dev="ggregory" type="add" issue="CODEC-113" due-to="ggregory">
60-
org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
60+
org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE.
6161
</action>
6262
<action dev="ggregory" type="add" issue="CODEC-114" due-to="ggregory">
63-
org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
63+
org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE.
64+
</action>
65+
<action dev="ggregory" type="add" issue="CODEC-115" due-to="sebb">
66+
DoubleMetaphone.maxCodeLen should probably be private.
6467
</action>
6568
</release>
6669
<release version="1.4" date="9 August 2009" description="Feature and fix release.">

0 commit comments

Comments
 (0)