Skip to content

Commit a870413

Browse files
committed
[CODEC-58] Character set used by Base64 not documented. Apply modified patch. Better Javadocs. Changes to private field "buf" rename to "buffer". Rename private method "resizeBuf" to "resizeBuffer"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@795294 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9333313 commit a870413

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

xdocs/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
<action dev="bayard" type="fix" issue="CODEC-60">
5454
Implement Caverphone.
5555
</action>
56-
<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb ">
56+
<action dev="ggregory" type="fix" issue="CODEC-58" due-to="Julius Davies">
57+
Character set used by Base64 not documented.
58+
</action>
59+
<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb">
5760
RefinedSoundex creates instance before al fields have been initialized.
5861
</action>
5962
<action dev="bayard" type="add" issue="CODEC-52" due-to="Niklas Gustavsson">

0 commit comments

Comments
 (0)