mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Add javadoc comment for VersionedChecksummedBytes.toString().
This commit is contained in:
committed by
Andreas Schildbach
parent
aed2816bad
commit
f83c93b627
@@ -49,6 +49,10 @@ public class VersionedChecksummedBytes implements Serializable {
|
||||
this.bytes = bytes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the base-58 encoded String representation of this
|
||||
* object, including version and checksum bytes.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
// A stringified buffer is:
|
||||
|
||||
Reference in New Issue
Block a user