Commit c683f14
committed
[CODEC-96] Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder. Make Context ivar final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1309062 13f79535-47bb-0310-9956-ffa450edef681 parent e04ddcf commit c683f14
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src/main/java/org/apache/commons/codec/binary
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments