Skip to content

Commit cfe35cf

Browse files
committed
toString() Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801489 13f79535-47bb-0310-9956-ffa450edef68
1 parent a9952da commit cfe35cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ private void setCharsetName(String charsetName) {
295295
this.charsetName = charsetName;
296296
}
297297

298+
/**
299+
* Returns a string representation of the object, which includes the charset name.
300+
*/
298301
public String toString() {
299302
return super.toString() + "[charsetName=" + this.charsetName + "]";
300303
}

0 commit comments

Comments
 (0)