Skip to content

Commit a9952da

Browse files
committed
[CODEC-55] make all "business" method implementations of public API thread safe.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801488 13f79535-47bb-0310-9956-ffa450edef68
1 parent f06bed0 commit a9952da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/java/org/apache/commons/codec/binary

src/java/org/apache/commons/codec/binary/Hex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public String getCharsetName() {
291291
* @param charsetName
292292
* the charset name.
293293
*/
294-
public void setCharsetName(String charsetName) {
294+
private void setCharsetName(String charsetName) {
295295
this.charsetName = charsetName;
296296
}
297297

0 commit comments

Comments
 (0)