Commit 31114f3
Timothy O'Brien
ENCODING was a static final variable, but it was only
accessed from non-static methods. This field was alter
to be non-static and non-final. A constructor was added to
allow the end-user to set a custom Encoding.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130208 13f79535-47bb-0310-9956-ffa450edef681 parent 83b6ded commit 31114f3
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
| |||
0 commit comments