Skip to content

Commit 2f48971

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ private void setCharsetName(String charsetName) {
297297

298298
/**
299299
* Returns a string representation of the object, which includes the charset name.
300+
*
301+
* @return a string representation of the object.
300302
*/
301303
public String toString() {
302304
return super.toString() + "[charsetName=" + this.charsetName + "]";

0 commit comments

Comments
 (0)