Rishabh Saraswat created CASSANDRA-21140:
--------------------------------------------
Summary: Improve MD5Digest Documentation
Key: CASSANDRA-21140
URL: https://issues.apache.org/jira/browse/CASSANDRA-21140
Project: Apache Cassandra
Issue Type: Improvement
Reporter: Rishabh Saraswat
Assignee: Rishabh Saraswat
Attachments: image-2026-01-28-09-26-18-266.png,
image-2026-01-28-09-29-25-685.png
{code:java}
//
/**
* The result of the computation of an MD5 digest.
*
* A MD5 is really just a byte[] but arrays are a no go as map keys. We could
* wrap it in a ByteBuffer but:
* 1. MD5Digest is a more explicit name than ByteBuffer to represent a md5.
* 2. Using our own class allows to use our FastByteComparison for equals.
*/{code}
Gives a look like this
!image-2026-01-28-09-26-18-266.png!
!image-2026-01-28-09-29-25-685.png!
No new line for bullet points.
*Fix*
Use HTML tags (ol, li) for improving documentation lookup
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]